1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-12-04 12:34:49 +00:00

Compare commits

..

2 commits

Author SHA1 Message Date
Phantop b6d8f35755 Setup: clean up install list, use sh 2020-11-05 17:36:04 -05:00
Phantop 95aaa29d66 Invidious: update first; Bin: add optiall 2020-11-05 17:22:41 -05:00
3 changed files with 16 additions and 5 deletions

View file

@ -1,2 +1,2 @@
#!/bin/sh
tmux new -s 0 -d 'cd $D/Installs/invidious; docker-compose up'
tmux new -s 0 -d 'cd $D/Installs/invidious; git pull; docker-compose up --build'

6
.local/bin/optiall Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
fd -e pdf | parallel cpdfsqueeze {} {}
fd -e png | parallel oxipng {}
fd -e epub | parallel advzip -z4 {}
fd -e zip | parallel advzip -z4 {}
fd -e jpg | parallel jpegoptim {}

13
.setup
View file

@ -1,10 +1,12 @@
#!/bin/bash
#!/bin/sh
sudo eopkg up
sudo eopkg it -c system.devel
sudo eopkg rm celluloid gnome-mpv gnome-terminal hexchat libreoffice-common mate-terminal nautilus onboard rhythmbox
desktop="audacity bleachbit caja devilspie2 engrampa feh gmic-gimp goverlay keepassx kitty libstrangle mpv quodlibet qutebrowser rofi spek viewnior zathura-poppler"
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"
desktop="bleachbit caja devilspie2 engrampa goverlay keepassx kitty libstrangle mpv qutebrowser rofi"
dev="git-extras jq neovim pip solbuild-config-local-unstable"
multimedia="audacity feh gmic-gimp libva-utils mpv quodlibet spek viewnior zathura-poppler"
terminal="advancecomp aria2 autojump busybox fd fish innoextract most ncdu p7zip ripgrep speedtest-cli stow tmux"
sudo eopkg it $desktop $terminal
sudo pip3 install --upgrade qutebrowser breadability
@ -27,5 +29,8 @@ chsh -s /usr/bin/fish
sh -c "$(curl -sL https://nextdns.io/install)"
systemctl --user mask tracker-store.service tracker-miner-fs.service tracker-miner-rss.service tracker-extract.service tracker-miner-apps.service tracker-writeback.service
for i in tracker-store tracker-mine-fs tracker-miner-rss tracker-extra tracker-miner-apps tracker-writeback; do
systemctl --user mask $i.service
sudo systemctl mask $i.service
done
tracker reset --hard