Initial commit
This commit is contained in:
commit
be4c358070
89 changed files with 2766 additions and 0 deletions
11
restore.sh
Normal file
11
restore.sh
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
GIT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
|
||||
|
||||
rm -rf $HOME/.config/fish/
|
||||
rm -rf $HOME/.config/kitty/
|
||||
rm -rf $HOME/.config/nvim/
|
||||
|
||||
cp -r $GIT_DIR/fish/ $HOME/.config/
|
||||
cp $GIT_DIR/universal-shellrc.txt $HOME/.config/fish/conf.d/universal.fish
|
||||
cp -r $GIT_DIR/kitty/ $HOME/.config/
|
||||
cp -r $GIT_DIR/nvim/ $HOME/.config/
|
Loading…
Add table
Add a link
Reference in a new issue