[AUTOCONFIG] Add window manager i3 and awesome with basics configs
This commit is contained in:
parent
2f45fe5397
commit
5385467911
6 changed files with 66 additions and 15 deletions
|
@ -1,7 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
CWD=$(pwd)
|
||||
[ ! -f "$HOME/.config/nvim" ] && ln -s "$CWD/nvim" "$HOME/.config/nvim"
|
||||
[ ! -f "$HOME/.config/i3" ] && ln -s "$CWD/i3" "$HOME/.config/i3"
|
||||
[ ! -f "$HOME/.config/lazygit" ] && ln -s "$CWD/lazygit" "$HOME/.config/lazygit"
|
||||
[ ! -f "$HOME/.config/awesome" ] && ln -s "$CWD/awesome" "$HOME/.config/awesome"
|
Loading…
Add table
Add a link
Reference in a new issue