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 | |
| 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.
| -rw-r--r-- | .config/git/ignore (renamed from .gitignore_global) | 0 | ||||
| -rw-r--r-- | .gitconfig | 1 | ||||
| -rwxr-xr-x | setup.sh | 4 |
3 files changed, 2 insertions, 3 deletions
diff --git a/.gitignore_global b/.config/git/ignore index 48aeae6..48aeae6 100644 --- a/.gitignore_global +++ b/.config/git/ignore @@ -5,7 +5,6 @@ [core] editor = vim commentchar = ";" - excludesfile = ~/.gitignore_global [help] autocorrect = 1 @@ -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 |
