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-11-26 07:15:26 +00:00
|
|
|
gnome=$(eval echo eog file-roller gnome-{calendar,photos,mpv,terminal} nautilus onboard rhythmbox)
|
|
|
|
sudo eopkg rm celluloid firefox $gnome hexchat libreoffice-common thunderbird
|
|
|
|
|
|
|
|
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"
|
|
|
|
gui="bleachbit caja engrampa goverlay keepassx kitty libstrangle qutebrowser"
|
2020-12-05 20:28:04 +00:00
|
|
|
media="feh gmic-gimp jpegoptim mpv playerctl usbmuxd rsync viewnior zathura-poppler"
|
2020-12-14 04:00:32 +00:00
|
|
|
rice="adapta-gtk-theme devilspie2 font-ubuntu-ttf rofi stow"
|
|
|
|
term="advancecomp aria2 autojump fd fish fzf innoextract most ncdu p7zip ripgrep rsync tmux"
|
2020-11-26 07:15:26 +00:00
|
|
|
sudo eopkg it $audio $dev $gui $media $rice $term
|
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
|
|
|
|
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-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-11-25 19:15:58 +00:00
|
|
|
sudo nextdns install
|
|
|
|
sudo nextdns start
|
2020-10-31 19:22:03 +00:00
|
|
|
|
2020-11-26 07:15:26 +00:00
|
|
|
sudo systemctl mask tracker-{store,mine-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-11-15 03:13:01 +00:00
|
|
|
|
2020-11-26 07:15:26 +00:00
|
|
|
git g gh:Phantop/solus-stuff ~/.solus
|
|
|
|
git g gh:iv-org/invidious ~/.invidious
|
|
|
|
git g gh:Phantop/phantop.github.io ~/.site
|
|
|
|
git g gh:Phantop/haiku-icons ~/.local/share/icons/haiku-icons
|
2020-11-25 19:15:58 +00:00
|
|
|
|
2020-11-26 07:15:26 +00:00
|
|
|
~/.solus/build
|
|
|
|
fish -c "invidious;clean;re"
|