diff options
| author | nsfisis <nsfisis@gmail.com> | 2021-05-30 20:23:10 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2021-05-30 20:23:10 +0900 |
| commit | a3171b6da8a2792264d55d4f01eafc7fd6445a4a (patch) | |
| tree | 05cf177f7e60fb1437acc526a1b59850f12ec350 /setup.sh | |
| parent | 4d9bbebcebb0d89cd5f3bb02bc49ee1261fdd84e (diff) | |
| download | dotfiles-a3171b6da8a2792264d55d4f01eafc7fd6445a4a.tar.gz dotfiles-a3171b6da8a2792264d55d4f01eafc7fd6445a4a.tar.zst dotfiles-a3171b6da8a2792264d55d4f01eafc7fd6445a4a.zip | |
Move '.gitignore_global' to '.config/git/ignore'
It is the default place of the global ignore file.
Diffstat (limited to 'setup.sh')
| -rwxr-xr-x | setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,13 +1,13 @@ #!/bin/sh -for filename in .gitconfig .gitignore_global .vim .vimrc .zshrc +for filename in .gitconfig .vim .vimrc .zshrc do rm -f ~/$filename ln -s ~/dotfiles/$filename ~/$filename done [ -d ~/.config ] || mkdir ~/.config -for dirname in alacritty +for dirname in alacritty git do rm -f ~/.config/$dirname ln -s ~/dotfiles/.config/$dirname ~/.config/$dirname |
