2021-02-21 11:25:54 +05:30
|
|
|
test ! -d ~/.config/i3 && ln -s "$(pwd)/i3" ~/.config/i3
|
|
|
|
|
|
|
|
test ! -d ~/.config/i3status && ln -s "$(pwd)/i3status" ~/.config/i3status
|
|
|
|
|
|
|
|
test ! -d ~/.config/picom && ln -s "$(pwd)/picom" ~/.config/picom
|
|
|
|
|
2021-02-21 11:50:34 +05:30
|
|
|
# add nvm
|
|
|
|
|
|
|
|
test ! -d ~/.nvm && curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
|
|
|
|
|
|
|
|
|
2021-02-21 11:25:54 +05:30
|
|
|
|