2020-07-23 18:17:59 +00:00
|
|
|
#!/bin/bash
|
2020-10-19 20:05:51 +00:00
|
|
|
sudo eopkg up
|
2020-07-21 15:27:10 +00:00
|
|
|
sudo eopkg it -c system.devel
|
2020-10-12 00:21:46 +00:00
|
|
|
sudo eopkg rm celluloid gnome-mpv gnome-terminal hexchat libreoffice-common mate-terminal nautilus onboard rhythmbox
|
2020-08-24 02:44:24 +00:00
|
|
|
|
2020-10-31 16:24:26 +00:00
|
|
|
desktop="audacity bleachbit caja devilspie2 engrampa feh gmic-gimp goverlay keepassx kitty libstrangle mpv quodlibet qutebrowser rofi spek viewnior zathura-poppler"
|
2020-10-24 22:31:08 +00:00
|
|
|
terminal="advancecomp aria2 autojump busybox fd fish git-extras innoextract jq libva-utils most ncdu neovim p7zip pip ripgrep solbuild-config-local-unstable speedtest-cli stow tmux"
|
2020-08-24 02:44:24 +00:00
|
|
|
sudo eopkg it $desktop $terminal
|
2020-10-19 20:05:51 +00:00
|
|
|
sudo pip3 install --upgrade qutebrowser breadability
|
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-10-19 20:05:51 +00:00
|
|
|
for i in `fd -E .git -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-07-20 20:51:01 +00:00
|
|
|
stow .
|
|
|
|
|
2020-10-19 22:12:22 +00:00
|
|
|
mkdir -p ~/.config/mpv/shaders; 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-10-24 03:45:26 +00:00
|
|
|
curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs https://github.com/junegunn/vim-plug/raw/master/plug.vim
|
2020-08-21 20:44:22 +00:00
|
|
|
nvim +PlugUpdate +q +q
|
2020-07-20 20:59:55 +00:00
|
|
|
|
2020-09-14 23:49:05 +00:00
|
|
|
curl -fsSL https://starship.rs/install.sh | sudo bash -s -- -b /usr/bin -y
|
|
|
|
|
2020-08-21 03:07:31 +00:00
|
|
|
chsh -s /usr/bin/fish
|
2020-09-17 19:53:14 +00:00
|
|
|
|
2020-10-31 19:22:03 +00:00
|
|
|
sh -c "$(curl -sL https://nextdns.io/install)"
|
|
|
|
|
2020-09-17 19:53:14 +00:00
|
|
|
systemctl --user mask tracker-store.service tracker-miner-fs.service tracker-miner-rss.service tracker-extract.service tracker-miner-apps.service tracker-writeback.service
|
|
|
|
tracker reset --hard
|