mirror of
https://github.com/pgrondek/config.git
synced 2024-11-22 12:03:43 +00:00
[Install] Add i3blocks to installation script
This commit is contained in:
parent
669b4a048d
commit
9ab6da871d
@ -6,6 +6,7 @@ rm -f $HOME/.bash_aliases
|
||||
rm -f $HOME/.ideavimrc
|
||||
rm -f $HOME/.config/i3/config
|
||||
rm -f $HOME/.config/dunst/dunstrc
|
||||
rm -f $HOME/.config/i3blocks
|
||||
rm -f $HOME/.i3status.conf
|
||||
rm -f $HOME/bin/lock
|
||||
|
||||
@ -19,6 +20,7 @@ ln -s $(pwd)/bash_aliases $HOME/.bash_aliases
|
||||
ln -s $(pwd)/ideavimrc $HOME/.ideavimrc
|
||||
ln -s $(pwd)/i3-config $HOME/.config/i3/config
|
||||
ln -s $(pwd)/i3status.conf $HOME/.i3status.conf
|
||||
ln -s $(pwd)/i3blocks $HOME/.config/i3blocks
|
||||
ln -s $(pwd)/dunstrc $HOME/.config/dunst/dunstrc
|
||||
|
||||
ln -s $(pwd)/scripts/lock $HOME/bin/lock
|
||||
|
Loading…
Reference in New Issue
Block a user