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 545ce42a81
commit 1bc43742cf
Signed by: TiagoRG
GPG Key ID: FF0A53A30B1ADF82
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

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/"
rm -rf "$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"
}
setup_gnome_shell() {
dconf load /org/gnome/shell/ < ~/.config/dconf/gnome-shell.dconf.bak
}
# ------------------- End of config functions -------------------
# ------------------- Main -------------------
@ -55,7 +51,6 @@ config_option=$(zenity --list \
"Full setup" \
"Neovim" \
"zshrc" \
"gnome-shell" \
--width=500 --height=400)
# Check if the user selected an option