@@ -16,12 +16,10 @@ Some after format scripts to install everything that you would need to your gami
1616
1717### installing
1818
19- Clone This Repository:
20-
21- ``` git clone https://github.com/kilerhg/script_linux.git ```
22-
23- Go to repository:
24- ``` cd script_linux ```
19+ Clone and go inside the repository:
20+ ``` bash
21+ git clone https://github.com/kilerhg/script_linux.git && cd script_linux
22+ ```
2523
2624Install the fonts at [ Fonts] ( ./fonts )
2725
@@ -31,17 +29,20 @@ Install the fonts at [Fonts](./fonts)
3129
3230Check [ Tested versions] ( #tested-linux-distros ) to get path and run.
3331
34- Open Your favorite terminal and run: ``` sh scripts/debian_gnome_ubuntu_popos.sh ```
32+ Open Your favorite terminal and run:
33+ ``` bash
34+ sh scripts/debian_gnome_ubuntu_popos.sh
35+ ```
3536
36- which means ``` scripts/based_interface_extra_info.sh`` `
37+ which means ` scripts/based_interface_extra_info.sh `
3738
3839### Customize zsh terminal
3940
40- Run ´ vim ~ /.zshrc´ to open zsh config file
41+ Run ` vim ~/.zshrc ` to open zsh config file
4142
42- find ´ ZSH_THEME=´ and replace with ´ ZSH_THEME="powerlevel9k/powerlevel10k"´
43+ find ` ZSH_THEME= ` and replace with ` ZSH_THEME="powerlevel9k/powerlevel10k" `
4344
44- find ´ plugins=(git)´ and replace with ´ plugins=(git colorize zsh-autosuggestions zsh-syntax-highlighting docker)´
45+ find ` plugins=(git) ` and replace with ` plugins=(git colorize zsh-autosuggestions zsh-syntax-highlighting docker) `
4546
4647## Recomendations for each Enviroment
4748
@@ -62,6 +63,32 @@ find ´plugins=(git)´ and replace with ´plugins=(git colorize zsh-autosuggesti
6263* [ Beautyline Icons] ( https://www.gnome-look.org/p/1425426 )
6364* [ Oreo Cursor] ( https://www.gnome-look.org/p/1360254 )
6465
66+ #### VR Enviroment
67+
68+ ##### Immersed Application
69+
70+ ``` bash
71+ wget https://static.immersed.com/dl/Immersed-x86_64.AppImage
72+ ```
73+
74+ ##### Config Section "Screen" of ` /etc/X11/xorg.conf ` File.
75+
76+ Configuration to setup with virtual monitors.
77+
78+ ``` bash
79+ Section " Screen"
80+ Identifier " Screen0"
81+ Device " Device0"
82+ Monitor " Monitor0"
83+ DefaultDepth 24
84+ SubSection " Display"
85+ Depth 24
86+ EndSubSection
87+ Option " MetaModes" " DP-0: 1920x1200_60 +0+0, HDMI-0: 1920x1080_60 +1920+120, DVI-D-1: 1920x1080_60 +2944+120"
88+ Option " ConnectedMonitor" " DP-0, HDMI-0, DVI-D-1"
89+ EndSection
90+ ```
91+
6592## Authors
6693
6794* [ Lucas Nunes] ( https://www.github.com/kilerhg ) - Initial work
0 commit comments