Setup: install more programs and get submodules

This commit is contained in:
Phantop 2020-08-23 22:44:24 -04:00
parent bb19c42617
commit 589f3aab80
1 changed files with 5 additions and 2 deletions

7
.setup
View File

@ -1,7 +1,10 @@
#!/bin/bash
sudo eopkg it -c system.devel
sudo eopkg rm gnome-terminal libreoffice-common mate-terminal nautilus
sudo eopkg it aria2 autojump busybox fd fish jq keepassx kitty mpv ncdu neovim qutebrowser stow
desktop = "keepassx kitty mpv qutebrowser rofi zathura"
terminal = "aria2 autojump busybox fd fish jq ncdu neovim stow"
sudo eopkg it $desktop $terminal
rm ~/.bashrc
cd ~/.dotfiles
@ -9,7 +12,7 @@ for i in `fd -t d -H`
do
mkdir -p ~/$i
done
git submodule update --init
stow .
cd ~/.config/mpv/shaders