mirror of
https://github.com/pgrondek/config.git
synced 2025-02-18 07:39:40 +00:00
Fix installation of i3status
This commit is contained in:
parent
2663203fe2
commit
c4d58c053f
1 changed files with 2 additions and 1 deletions
|
@ -6,8 +6,9 @@ rm -f $HOME/.bash_aliases
|
|||
rm -f $HOME/.ideavimrc
|
||||
rm -f $HOME/.config/i3/config
|
||||
rm -f $HOME/.i3status.conf
|
||||
rm -f $HOME/bin/lock
|
||||
|
||||
mkdir -p $HOME/.i3/
|
||||
mkdir -p $HOME/.config/i3
|
||||
mkdir -p $HOME/bin/
|
||||
|
||||
ln -s $(pwd)/vimrc $HOME/.vimrc
|
||||
|
|
Loading…
Reference in a new issue