- Notifications
You must be signed in to change notification settings - Fork2
Linux's Script for a fresh system, install all interessing softwares, from games to development enviroment, fell free to fork and create your own version.
License
kilerhg/script-linux
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Some after format scripts to install everything that you would need to your gaming, daily and development environment, fell free to contribute and make this repo even more helpful.
Clone and go inside the repository:
git clone https://github.com/kilerhg/script_linux.git&&cd script_linux
Install the fonts atFonts
CheckTested versions to get path and run.
Open Your favorite terminal and run:
sh scripts/debian_gnome_ubuntu_popos.sh
which meansscripts/based_interface_extra_info.sh
Runvim ~/.zshrc
to open zsh config file
findZSH_THEME=
and replace withZSH_THEME="powerlevel9k/powerlevel10k"
findplugins=(git)
and replace withplugins=(git colorize zsh-autosuggestions zsh-syntax-highlighting docker)
wget https://static.immersed.com/dl/Immersed-x86_64.AppImage
Configuration to setup with virtual monitors.
Section"Screen" Identifier"Screen0" Device"Device0" Monitor"Monitor0" DefaultDepth 24 SubSection"Display" Depth 24 EndSubSection Option"MetaModes""DP-0: 1920x1200_60 +0+0, HDMI-0: 1920x1080_60 +1920+120, DVI-D-1: 1920x1080_60 +2944+120" Option"ConnectedMonitor""DP-0, HDMI-0, DVI-D-1"EndSection
- Lucas Nunes - Initial work
- This project is licensed under the GNU GENERAL PUBLIC LICENSE - see theLICENSE file for details
About
Linux's Script for a fresh system, install all interessing softwares, from games to development enviroment, fell free to fork and create your own version.