Removed gnome shell from setup

Signed-off-by: TiagoRG <tiago.rgarcia@ua.pt>
This commit is contained in:
Tiago Garcia 2024-02-23 23:50:59 +00:00 committed by Tiago Garcia
parent 6b9d31a3fc
commit 8b3faf7c87
Signed by: TiagoRG
GPG Key ID: DFCD48E3F420DB42
3 changed files with 13 additions and 6 deletions

13
.gitignore vendored
View File

@ -1 +1,14 @@
*
!.gitignore
!.config/nvim/**/*
!.local/bin/**/*
!.zsh/**/*
!.clang-format
!.gitconfig
!.gitmodules
!.vimrc
!.zshenv
!README.md
!setup
.idea .idea

View File

@ -4,4 +4,3 @@ wget "https://discord.com/api/download/stable?platform=linux&format=tar.gz" -O /
tar -xvf "/tmp/discord.tar.gz" -C "/tmp/" tar -xvf "/tmp/discord.tar.gz" -C "/tmp/"
rm -rf "$HOME/.discord" rm -rf "$HOME/.discord"
mv "/tmp/Discord" "$HOME/.discord" mv "/tmp/Discord" "$HOME/.discord"
betterdiscord-installer

5
setup
View File

@ -40,10 +40,6 @@ setup_zsh() {
echo -e "\033[0;32mzsh setup complete!\033[0m" echo -e "\033[0;32mzsh setup complete!\033[0m"
} }
setup_gnome_shell() {
dconf load /org/gnome/shell/ < ~/.config/dconf/gnome-shell.dconf.bak
}
# ------------------- End of config functions ------------------- # ------------------- End of config functions -------------------
# ------------------- Main ------------------- # ------------------- Main -------------------
@ -55,7 +51,6 @@ config_option=$(zenity --list \
"Full setup" \ "Full setup" \
"Neovim" \ "Neovim" \
"zshrc" \ "zshrc" \
"gnome-shell" \
--width=500 --height=400) --width=500 --height=400)
# Check if the user selected an option # Check if the user selected an option