mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-23 23:33:12 +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
|
||||
sudo eopkg it -c system.devel
|
||||
sudo eopkg it fish neovim qutebrowser stow
|
||||
sudo eopkg it fish mpv-devel neovim qutebrowser stow
|
||||
|
||||
cd ~/.dotfiles
|
||||
for i in `fd -t d -H`
|
||||
|
@ -18,9 +18,4 @@ do
|
|||
cd ..
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue