Neovim + XDG setup.

This commit is contained in:
Bartek Stalewski 2020-10-22 17:06:12 +02:00
parent 7a3142bf7c
commit 1406535d61
2 changed files with 3 additions and 3 deletions

View File

@ -1 +0,0 @@
/Users/f/iCloud/Backup/local/conf/gitconfig

View File

@ -8,12 +8,13 @@ rm -rf ~/.fdignore ~/.fzf.bash ~/.fzf.zsh ~/.gitconfig ~/.gitignore ~/.history ~
# repo + preparations # repo + preparations
git clone https://github.com/ftpd/dotfiles.git ~/.dotfiles git clone https://github.com/ftpd/dotfiles.git ~/.dotfiles
mkdir -p ~/.cache ~/.config/local ~/.config/zsh mkdir -p ~/.cache ~/.config/git ~/.config/local ~/.config/zsh
## neovim ## neovim
ln -sf ~/.dotfiles/nvim ~/.config/ ln -sf ~/.dotfiles/nvim ~/.config/
## .gitignore ## .gitignore
ln -sf ~/.dotfiles/git ~/.config/ ln -sf ~/.dotfiles/git/ignore ~/.config/git/ignore
## fdignore ## fdignore
ln -sf ~/.dotfiles/fd ~/.config/ ln -sf ~/.dotfiles/fd ~/.config/