diff options
| author | navewindre <boneyaard@gmail.com> | 2025-07-13 01:45:05 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2025-07-13 01:45:05 +0200 |
| commit | d49e4b0a25c7cc75ade210c7092eea8feb75e692 (patch) | |
| tree | 2a38c3846dee25d0d83c820de6bade62f54db90f /copy-all.sh | |
| parent | 1fe841b80b6284737661870c87abbc26ecba4109 (diff) | |
restructure
Diffstat (limited to 'copy-all.sh')
| -rw-r--r-- | copy-all.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/copy-all.sh b/copy-all.sh index 296bf3d..2c6eaab 100644 --- a/copy-all.sh +++ b/copy-all.sh @@ -10,5 +10,11 @@ fi cp -rf ./config/* ~/.config/ cp -rf ./icons/* ~/.icons/ cp -rf ./themes/* ~/.themes/ +mkdir -p ~/.local/bin/ +cp -rf ./bin ~/.local/bin/ +cp -rf ./home/* ~/ cp ./vimrc ~/.vimrc +cp ./nvimrc ~/.nvimrc cp ./zshrc ~/.zshrc + +ln -s ~/.nvimrc ~/.config/nvim/init.vim |
