Updates
This commit is contained in:
10
1-install.sh
10
1-install.sh
@@ -98,6 +98,15 @@ else
|
||||
echo ".config folder created."
|
||||
fi
|
||||
|
||||
# ------------------------------------------------------
|
||||
# Remove pywal folder from .config
|
||||
# ------------------------------------------------------
|
||||
echo ""
|
||||
if [ -d ~/.config/wal/ ]; then
|
||||
rm -r ~/.config/wal/
|
||||
echo "~/.config/wal/ removed."
|
||||
fi
|
||||
|
||||
# ------------------------------------------------------
|
||||
# Create symbolic links
|
||||
# ------------------------------------------------------
|
||||
@@ -110,6 +119,7 @@ _installSymLink ~/.config/rofi ~/dotfiles/rofi/ ~/.config
|
||||
_installSymLink ~/.config/vim ~/dotfiles/vim/ ~/.config
|
||||
_installSymLink ~/.config/nvim ~/dotfiles/nvim/ ~/.config
|
||||
_installSymLink ~/.config/dunst ~/dotfiles/dunst/ ~/.config
|
||||
_installSymLink ~/.config/wal ~/dotfiles/wal/ ~/.config
|
||||
_installSymLink ~/.config/starship.toml ~/dotfiles/starship/starship.toml ~/.config/starship.toml
|
||||
|
||||
# ------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user