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