Moving git to different repo.

This commit is contained in:
Bartek Stalewski 2021-04-21 01:47:59 +02:00
parent fd5973766a
commit dc49b3370f
2 changed files with 0 additions and 9 deletions

View File

@ -1,4 +0,0 @@
*~
*.swp
.DS_Store
/nvim/.netrwhist

View File

@ -15,11 +15,6 @@ rm -rf ~/.config/nvim
ln -sf ~/.local/repos/dotfiles/nvim ~/.config/ ln -sf ~/.local/repos/dotfiles/nvim ~/.config/
touch ~/.local/settings/init.vim touch ~/.local/settings/init.vim
## git
mkdir -p ~/.config/git
rm -rf ~/.config/git/ignore
ln -sf ~/.local/repos/dotfiles/git/ignore ~/.config/git/ignore
## fdignore ## fdignore
rm -rf ~/.config/fd rm -rf ~/.config/fd
ln -sf ~/.local/repos/dotfiles/fd ~/.config/ ln -sf ~/.local/repos/dotfiles/fd ~/.config/