Skip to content

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

Notifications You must be signed in to change notification settings

kilerhg/script-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Script Linux

Description

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.

Tested Linux Distros

Ubuntu/Debian Based Tested

Requirements

installing

Clone and go inside the repository:

git clone https://github.com/kilerhg/script_linux.git && cd script_linux

Install the fonts at Fonts

How to Use

Run

Check Tested versions to get path and run.

Open Your favorite terminal and run:

sh scripts/debian_gnome_ubuntu_popos.sh

which means scripts/based_interface_extra_info.sh

Customize zsh terminal

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)

Recomendations for each Enviroment

GNU

Extensions

Themes and icons

VR Enviroment

Immersed Application
wget https://static.immersed.com/dl/Immersed-x86_64.AppImage
Config Section "Screen" of /etc/X11/xorg.conf File.

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

Authors

License

  • This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE 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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages