2020-11-26 07:15:26 +00:00
|
|
|
#!/bin/bash
|
2020-10-19 20:05:51 +00:00
|
|
|
sudo eopkg up
|
2020-11-25 19:15:58 +00:00
|
|
|
sudo eopkg it -c system.devel
|
2020-12-23 20:40:32 +00:00
|
|
|
gnome=$(eval echo eog evolution-data-server file-roller gnome-{calendar,photos,mpv,terminal} nautilus onboard rhythmbox)
|
|
|
|
sudo eopkg rm celluloid firefox $gnome hexchat libreoffice-common thunderbird transmission
|
2020-11-26 07:15:26 +00:00
|
|
|
|
|
|
|
audio="audacious audacious-plugins audacity opus-tools quodlibet spek"
|
2020-12-14 04:00:32 +00:00
|
|
|
dev="ccache docker-compose git-extras neovim openssh-server parallel solbuild tig tor upx"
|
2020-12-28 19:14:15 +00:00
|
|
|
gui="bleachbit caja engrampa goverlay keepassx kitty qutebrowser vorta"
|
2020-12-05 20:28:04 +00:00
|
|
|
media="feh gmic-gimp jpegoptim mpv playerctl usbmuxd rsync viewnior zathura-poppler"
|
2020-12-28 19:14:15 +00:00
|
|
|
rice="adapta-gtk-theme ant-dracula-gtk-theme devilspie2 font-ubuntu-ttf rofi starship stow"
|
2021-01-07 14:23:59 +00:00
|
|
|
term="advancecomp aria2 autojump fd fish fzf innoextract most ncdu p7zip ranger ripgrep rsync tmux"
|
2020-12-23 20:40:32 +00:00
|
|
|
|
2020-11-26 07:15:26 +00:00
|
|
|
sudo eopkg it $audio $dev $gui $media $rice $term
|
2020-12-23 20:40:32 +00:00
|
|
|
sudo eopkg rm --ignore-dependency tracker
|
2020-12-14 04:00:32 +00:00
|
|
|
pip3 install --user pipipxx readability-lxml
|
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-11-26 07:15:26 +00:00
|
|
|
mkdir -p ~/.config/mpv/shaders && cd ~/.config/mpv/shaders && rm *
|
|
|
|
curl https://api.github.com/repos/bloc97/Anime4K/releases/latest | grep -wo http.\*zip | aria2c -i-; unzip *; rm *zip
|
2020-08-21 23:24:37 +00:00
|
|
|
|
2021-01-07 14:23:59 +00:00
|
|
|
rm ~/.config/nvim/autoload/plug.vim
|
2020-11-26 07:15:26 +00:00
|
|
|
aria2c https://github.com/junegunn/vim-plug/raw/master/plug.vim -d ~/.config/nvim/autoload
|
2020-08-21 20:44:22 +00:00
|
|
|
nvim +PlugUpdate +q +q
|
2020-07-20 20:59:55 +00:00
|
|
|
|
2020-12-23 20:40:32 +00:00
|
|
|
sudo systemctl mask tracker-{store,miner-fs,miner-rss,extra,miner-apps,writeback}
|
2020-11-25 19:15:58 +00:00
|
|
|
sudo systemctl enable --now docker tor
|
|
|
|
sudo usermod -aG docker $USER
|
2020-12-23 20:40:32 +00:00
|
|
|
chsh -s /usr/bin/fish
|
2020-11-15 03:13:01 +00:00
|
|
|
|
2020-12-29 22:55:56 +00:00
|
|
|
git g gh:iv-org/invidious ~/.invid
|
2020-12-28 19:14:15 +00:00
|
|
|
git g gh:Phantop/solus-stuff ~/.solus
|
2020-11-26 07:15:26 +00:00
|
|
|
git g gh:Phantop/phantop.github.io ~/.site
|
2020-12-28 19:14:15 +00:00
|
|
|
git g gh:Phantop/haiku-icons ~/.local/share/icons/haiku
|
2020-11-25 19:15:58 +00:00
|
|
|
|
2020-12-28 19:14:15 +00:00
|
|
|
cd ~/.solus && git update-index --assume-unchanged packager
|
2020-11-26 07:15:26 +00:00
|
|
|
~/.solus/build
|
2021-01-07 14:23:59 +00:00
|
|
|
fish -c "aliases;invid;clean"
|