2020-07-23 18:17:59 +00:00
|
|
|
#!/bin/bash
|
2020-07-21 15:27:10 +00:00
|
|
|
sudo eopkg it -c system.devel
|
2020-08-19 18:51:01 +00:00
|
|
|
sudo eopkg rm gnome-terminal libreoffice-common mate-terminal nautilus
|
2020-08-24 02:44:24 +00:00
|
|
|
|
|
|
|
desktop = "keepassx kitty mpv qutebrowser rofi zathura"
|
|
|
|
terminal = "aria2 autojump busybox fd fish jq ncdu neovim stow"
|
|
|
|
sudo eopkg it $desktop $terminal
|
2020-07-21 15:27:10 +00:00
|
|
|
|
2020-08-19 19:01:48 +00:00
|
|
|
rm ~/.bashrc
|
2020-07-20 20:51:01 +00:00
|
|
|
cd ~/.dotfiles
|
2020-07-23 18:17:59 +00:00
|
|
|
for i in `fd -t d -H`
|
|
|
|
do
|
2020-07-20 20:51:01 +00:00
|
|
|
mkdir -p ~/$i
|
2020-07-23 18:17:59 +00:00
|
|
|
done
|
2020-08-24 02:44:24 +00:00
|
|
|
git submodule update --init
|
2020-07-20 20:51:01 +00:00
|
|
|
stow .
|
|
|
|
|
2020-08-22 22:29:38 +00:00
|
|
|
cd ~/.config/mpv/shaders
|
2020-08-21 23:24:37 +00:00
|
|
|
curl -fsSL $(curl -fsSL https://api.github.com/repos/bloc97/Anime4K/releases/latest | jq .assets[].browser_download_url | sed 's/"//g') | busybox unzip -
|
|
|
|
|
2020-08-21 20:44:22 +00:00
|
|
|
nvim +PlugUpdate +q +q
|
2020-07-20 20:59:55 +00:00
|
|
|
|
2020-08-21 03:07:31 +00:00
|
|
|
chsh -s /usr/bin/fish
|