mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-23 15:23:15 +00:00
Fish: add bax loader; Setup: disable tracker
This commit is contained in:
parent
299f4895bf
commit
7d76b78179
6
.config/fish/.gitignore
vendored
6
.config/fish/.gitignore
vendored
|
@ -1,6 +0,0 @@
|
|||
completions
|
||||
conf.d
|
||||
fishd.*
|
||||
|
||||
functions/_*.fish
|
||||
functions/bax.fish
|
4
.config/fish/functions/bax.fish
Normal file
4
.config/fish/functions/bax.fish
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Defined in /tmp/fish.04LlD2/bax.fish @ line 1
|
||||
function bax
|
||||
source (which bax)
|
||||
end
|
7
.setup
7
.setup
|
@ -2,8 +2,8 @@
|
|||
sudo eopkg it -c system.devel
|
||||
sudo eopkg rm celluloid gnome-mpv gnome-terminal libreoffice-common mate-terminal nautilus rhythmbox
|
||||
|
||||
desktop="audacity caja gmic-gimp keepassx kitty mpv qbittorrent quodlibet qutebrowser rofi spek zathura"
|
||||
terminal="aria2 autojump busybox fd fish git-extras innoextract jq libva-utils most ncdu neovim pip ripgrep solbuild-config-local-unstable speedtest-cli stow"
|
||||
desktop="audacity caja feh gmic-gimp keepassx kitty mpv qbittorrent quodlibet qutebrowser rofi spek viewnior zathura"
|
||||
terminal="advancecomp aria2 autojump busybox fd fish git-extras innoextract jq libva-utils most ncdu neovim pip ripgrep solbuild-config-local-unstable speedtest-cli stow"
|
||||
sudo eopkg it $desktop $terminal
|
||||
sudo pip3 install --upgrade qutebrowser
|
||||
|
||||
|
@ -24,3 +24,6 @@ nvim +PlugUpdate +q +q
|
|||
curl -fsSL https://starship.rs/install.sh | sudo bash -s -- -b /usr/bin -y
|
||||
|
||||
chsh -s /usr/bin/fish
|
||||
|
||||
systemctl --user mask tracker-store.service tracker-miner-fs.service tracker-miner-rss.service tracker-extract.service tracker-miner-apps.service tracker-writeback.service
|
||||
tracker reset --hard
|
||||
|
|
Loading…
Reference in a new issue