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_linuxInstall the fonts at Fonts
Check Tested versions to get path and run.
Open Your favorite terminal and run:
sh scripts/debian_gnome_ubuntu_popos.shwhich means scripts/based_interface_extra_info.sh
Run vim ~/.zshrc to open zsh config file
find ZSH_THEME= and replace with ZSH_THEME="powerlevel9k/powerlevel10k"
find plugins=(git) and replace with plugins=(git colorize zsh-autosuggestions zsh-syntax-highlighting docker)
wget https://static.immersed.com/dl/Immersed-x86_64.AppImageConfiguration 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 the LICENSE file for details