2020-11-26 07:15:26 +00:00
|
|
|
#!/bin/bash
|
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
|
|
|
|
2021-01-24 05:49:08 +00:00
|
|
|
sudo eopkg up
|
|
|
|
sudo eopkg it -c system.devel
|
|
|
|
|
2020-11-26 07:15:26 +00:00
|
|
|
audio="audacious audacious-plugins audacity opus-tools quodlibet spek"
|
2021-02-25 21:54:50 +00:00
|
|
|
dev="docker-compose git-extras llvm-clang neovim parallel solbuild tig tor upx"
|
2021-02-10 00:11:23 +00:00
|
|
|
gui="bleachbit caja engrampa keepassx kitty lutris vorta"
|
2021-01-24 05:49:08 +00:00
|
|
|
media="feh gaupol 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-24 05:49:08 +00:00
|
|
|
term="advancecomp autojump fd fish fzf innoextract most ncdu p7zip ranger ripgrep rsync tmux"
|
|
|
|
web="arcanist aria2 deluge qutebrowser openssh-server speedtest-cli subliminal"
|
2020-12-23 20:40:32 +00:00
|
|
|
|
2021-01-24 05:49:08 +00:00
|
|
|
sudo eopkg it $audio $dev $gui $media $rice $term $web
|
2020-12-23 20:40:32 +00:00
|
|
|
sudo eopkg rm --ignore-dependency tracker
|
2021-02-03 03:20:48 +00:00
|
|
|
parallel pip3 install --user --upgrade ::: adblock pipipxx readability-lxml sh
|
2021-01-24 05:49:08 +00:00
|
|
|
parallel pipx install ::: deemix soundscrape tldr
|
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
|
2021-01-24 05:49:08 +00:00
|
|
|
fd -E .git -t d -H -x mkdir -p ~/{}
|
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
|
2021-01-10 03:46:08 +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"
|