mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-23 07:13:25 +00:00
Setup: first make dirs and stow
This commit is contained in:
parent
c5ec5daca0
commit
206a35752d
12
.setup
12
.setup
|
@ -1,12 +1,14 @@
|
|||
#!/usr/bin/fish
|
||||
cd ~/.dotfiles
|
||||
for i in (fd -t d)
|
||||
mkdir -p ~/$i
|
||||
end
|
||||
|
||||
stow .
|
||||
|
||||
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'
|
||||
nvim +PlugUpdate +q +q
|
||||
|
||||
curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish
|
||||
fish -c fisher
|
||||
|
||||
cd ~/.dotfiles
|
||||
for i in (fd -t d)
|
||||
mkdir -p ~/$i
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue