mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-22 14:52:47 +00:00
qute: remove privoxy because idt it does shit
This commit is contained in:
parent
f5d22f5055
commit
bed8b745b4
|
@ -2,7 +2,7 @@
|
|||
# shellcheck disable=SC2086
|
||||
alias s=sudo se="s eopkg -y" g=git
|
||||
|
||||
gnome="eog gnome-photos gnome-mpv gnome-terminal nautilus rhythmbox"
|
||||
gnome="gnome-photos gnome-mpv gnome-terminal nautilus rhythmbox"
|
||||
se rm $gnome firefox libreoffice-common onboard thunderbird
|
||||
|
||||
dev="arcanist ccache git-extras llvm-clang neovim parallel qt-creator solbuild"
|
||||
|
@ -10,7 +10,7 @@ gui="caja gimp keepassxc kitty nicotine-plus qutebrowser syncthing zathura-mupdf
|
|||
med="audaci{ty,ous{,-plugins}} avidemux mkvtoolnix mpv opus-tools spek yt-dlp"
|
||||
ric="ant-dracula-gtk-theme autojump font-ubuntu-ttf rofi starship sassc stow"
|
||||
tui="advancecomp aria2 fd fish fzf innoextract jpegoptim moreutils ncdu ripgrep tig"
|
||||
sys="bleachbit corectrl ifuse linux-tools-cpupower p7zip privoxy tlp usbmuxd upx tor"
|
||||
sys="bleachbit corectrl ifuse linux-tools-cpupower p7zip tlp usbmuxd upx tor"
|
||||
se up; se it -c system.devel $dev $gui $med $ric $sys $tui
|
||||
|
||||
stow --no-folding -d ~/.dotfiles -t ~/.config .
|
||||
|
@ -34,7 +34,6 @@ chsh -s "$(which fish)"
|
|||
fish -c "aliases;clean"
|
||||
s usermod -aG docker "$USER"
|
||||
s systemctl mask tracker-store tracker-miner-fs tracker-miner-rss tracker-miner-apps tracker-extra tracker-writeback
|
||||
s systemctl enable --now privoxy
|
||||
|
||||
g g p:appdwarf ~/.appdwarf
|
||||
g g p:solus-stuff ~/.solus
|
||||
|
|
|
@ -5,7 +5,6 @@ if socket.gethostname() == 'wheatley':
|
|||
c.zoom.default = 125
|
||||
|
||||
c.content.fullscreen.window = True
|
||||
c.content.proxy = 'http://localhost:8118'
|
||||
c.content.user_stylesheets = ['adblock.css', 'dracula.css', 'user.css']
|
||||
|
||||
c.confirm_quit = ['downloads']
|
||||
|
|
Loading…
Reference in a new issue