dotfiles/.setup

15 lines
379 B
Plaintext
Raw Normal View History

2020-07-20 19:43:44 +00:00
#!/usr/bin/fish
2020-07-20 20:51:01 +00:00
cd ~/.dotfiles
for i in (fd -t d)
mkdir -p ~/$i
end
stow .
2020-07-20 19:43:44 +00:00
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
2020-07-20 20:17:10 +00:00
nvim +PlugUpdate +q +q
curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish
fish -c fisher