Removed gnome shell from setup
Signed-off-by: TiagoRG <tiago.rgarcia@ua.pt>
This commit is contained in:
parent
545ce42a81
commit
1bc43742cf
|
@ -1 +1,14 @@
|
|||
*
|
||||
!.gitignore
|
||||
!.config/nvim/**/*
|
||||
!.local/bin/**/*
|
||||
!.zsh/**/*
|
||||
!.clang-format
|
||||
!.gitconfig
|
||||
!.gitmodules
|
||||
!.vimrc
|
||||
!.zshenv
|
||||
!README.md
|
||||
!setup
|
||||
|
||||
.idea
|
||||
|
|
|
@ -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
5
setup
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue