diff --git a/apply.sh b/apply.sh index 0a02089..58a1cdb 100755 --- a/apply.sh +++ b/apply.sh @@ -1,31 +1,39 @@ # .Xresources -ln -sv ~/dotfiles/root/.Xresources ~/.Xresources +rm ~/.Xresources +ln -sv ~/.dotfiles/root/.Xresources ~/.Xresources # .zshrc rm ~/.zshrc -ln -sv ~/dotfiles/root/.zshrc ~/.zshrc +ln -sv ~/.dotfiles/root/.zshrc ~/.zshrc # .vimrc rm ~/.vimrc -ln -sv ~/dotfiles/root/.vimrc ~/.vimrc +ln -sv ~/.dotfiles/root/.vimrc ~/.vimrc # i3 mkdir -p ~/.config/i3 -ln -sv ~/dotfiles/i3/config ~/.config/i3/config +rm ~/.config/i3/config +ln -sv ~/.dotfiles/i3/config ~/.config/i3/config +sudo cp ~/.dotfiles/i3/i3-gaps.desktop /usr/share/xsessions/i3-gaps.desktop # polybar mkdir -p ~/.config/polybar -ln -sv ~/dotfiles/polybar/config ~/.config/polybar/config +rm ~/.config/polybar/config +ln -sv ~/.dotfiles/polybar/config ~/.config/polybar/config # rofi mkdir -p ~/.config/rofi -ln -sv ~/dotfiles/rofi/config ~/.config/rofi/config -ln -sv ~/dotfiles/rofi/paper-float.rasi ~/.config/rofi/paper-float.rasi +rm ~/.config/rofi/config +ln -sv ~/.dotfiles/rofi/config ~/.config/rofi/config +rm ~/.config/rofi/paper-float.rasi +ln -sv ~/.dotfiles/rofi/paper-float.rasi ~/.config/rofi/paper-float.rasi # oomox mkdir -p ~/.config/oomox/colors -ln -sv ~/dotfiles/oomox/colors/gray ~/.config/oomox/colors/gray +rm ~/.config/oomox/colors/gray +ln -sv ~/.dotfiles/oomox/colors/gray ~/.config/oomox/colors/gray # notifications mkdir -p ~/.themes/notifications/xfce-notify-4.0 -ln -sv ~/dotfiles/notifications/notifications.css ~/.themes/notifications/xfce-notify-4.0/gtk.css +rm ~/.themes/notifications/xfce-notify-4.0/gtk.css +ln -sv ~/.dotfiles/notifications/notifications.css ~/.themes/notifications/xfce-notify-4.0/gtk.css diff --git a/installPackages.sh b/installPackages.sh index 44ef4e6..96dc467 100755 --- a/installPackages.sh +++ b/installPackages.sh @@ -6,9 +6,15 @@ sudo apt install \ curl \ htop \ gimp \ - node \ rofi \ git \ + i3-gaps-wm \ + polybar \ + compton \ + vlc \ + vim \ + ncdu \ + light \ mc -sudo update-alternatives --config x-terminal-emulator \ No newline at end of file +sudo update-alternatives --config x-terminal-emulator