improved rust setup and added new gnome extensions
This commit is contained in:
parent
f6062ef8e4
commit
326f47b041
1 changed files with 5 additions and 1 deletions
6
setup.sh
6
setup.sh
|
@ -381,7 +381,7 @@ setup_gnome_apps() {
|
||||||
}
|
}
|
||||||
|
|
||||||
setup_gnome_extensions() {
|
setup_gnome_extensions() {
|
||||||
package_install \
|
package_install \
|
||||||
gnome-shell-extension-installer `# Installation of gnome extensions from command line` \
|
gnome-shell-extension-installer `# Installation of gnome extensions from command line` \
|
||||||
gnome-shell-extension-pop-shell-git `# for window tiling` \
|
gnome-shell-extension-pop-shell-git `# for window tiling` \
|
||||||
|
|
||||||
|
@ -392,8 +392,10 @@ setup_gnome_extensions() {
|
||||||
355 # status-area-horizontal-spacing
|
355 # status-area-horizontal-spacing
|
||||||
841 # freon
|
841 # freon
|
||||||
906 # sound-output-device-chooser
|
906 # sound-output-device-chooser
|
||||||
|
1082 # cpufreq
|
||||||
2741 # remove-alttab-delay-v2
|
2741 # remove-alttab-delay-v2
|
||||||
2890 # tray-icons-reloaded
|
2890 # tray-icons-reloaded
|
||||||
|
3193 # blur-my-shell
|
||||||
4000 # babar
|
4000 # babar
|
||||||
|
|
||||||
# waiting for gnome 40 support
|
# waiting for gnome 40 support
|
||||||
|
@ -538,7 +540,9 @@ setup_piper() {
|
||||||
setup_rust() {
|
setup_rust() {
|
||||||
package_install \
|
package_install \
|
||||||
rust \
|
rust \
|
||||||
|
rustup \
|
||||||
|
|
||||||
|
rustup install stable
|
||||||
}
|
}
|
||||||
|
|
||||||
setup_steam() {
|
setup_steam() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue