From 589f3aab809362b0f415b2edbe44445da7b91553 Mon Sep 17 00:00:00 2001 From: Phantop Date: Sun, 23 Aug 2020 22:44:24 -0400 Subject: [PATCH] Setup: install more programs and get submodules --- .setup | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.setup b/.setup index 9efd09d..0c80859 100755 --- a/.setup +++ b/.setup @@ -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