1
0
Fork 0

[AUTOCONFIG] Add window manager i3 and awesome with basics configs

This commit is contained in:
Florian RICHER 2022-01-04 21:32:15 +01:00
parent 2f45fe5397
commit 5385467911
6 changed files with 66 additions and 15 deletions

View file

@ -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"