mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-27 17:14:54 +00:00
Setup: clean up removed nvim and add mpv-devel
This commit is contained in:
parent
3189943dec
commit
59468f8f17
7
.setup
7
.setup
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
sudo eopkg it -c system.devel
|
sudo eopkg it -c system.devel
|
||||||
sudo eopkg it fish neovim qutebrowser stow
|
sudo eopkg it fish mpv-devel neovim qutebrowser stow
|
||||||
|
|
||||||
cd ~/.dotfiles
|
cd ~/.dotfiles
|
||||||
for i in `fd -t d -H`
|
for i in `fd -t d -H`
|
||||||
|
@ -18,9 +18,4 @@ do
|
||||||
cd ..
|
cd ..
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
fish -c fisher
|
fish -c fisher
|
||||||
|
|
Loading…
Reference in a new issue