created basic install script
This commit is contained in:
7
install.sh
Normal file
7
install.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
XDG_CONFIG_HOME=$HOME/.config
|
||||
|
||||
cp -r ./alacritty $XDG_CONFIG_HOME/alacritty
|
||||
cp -r ./nvim-conf $XDG_CONFIG_HOME/nvim
|
||||
cp -r ./tmux $XDG_CONFIG_HOME/tmux
|
||||
cp zsh/zshenv $HOME/.zshenv
|
||||
cp -r ./zsh $XDG_CONFIG_HOME/zsh
|
||||
Reference in New Issue
Block a user