1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-11-26 22:26:52 +00:00

Fish: remove fisher (and add autojump)

This commit is contained in:
Phantop 2020-08-22 18:29:38 -04:00
parent 97fec72465
commit 04d54d9c54
7 changed files with 3 additions and 16 deletions

View file

@ -1,7 +1,6 @@
set fish_user_paths ~/.local/bin $D/Installs/bin /usr/lib/ccache/bin
set fish_function_path $fish_function_path $D/Games/Minecraft/Game/functions
set Z_CMD "j"
test (hostname) = "aperture" && set -gx D /mnt/LocalDiskD
tty -s && starship init fish | source
tty -s && starship init fish | source; source /usr/share/autojump/autojump.fish

View file

@ -3,11 +3,7 @@
SETUVAR --export ARCH:x86_64
SETUVAR --export EDITOR:nvim
SETUVAR --export PAGER:nvimpager
SETUVAR ZO_CMD:jo
SETUVAR Z_CMD:j
SETUVAR Z_DATA:/home/glados/\x2elocal/share/z/data
SETUVAR Z_DATA_DIR:/home/glados/\x2elocal/share/z
SETUVAR Z_EXCLUDE:/home/glados
SETUVAR __fish_init_2_39_8:\x1d
SETUVAR __fish_init_2_3_0:\x1d
SETUVAR __fish_init_3_x:\x1d

@ -1 +0,0 @@
Subproject commit 6cdfadc41e93b2876d5f9a491d9ff500b30b1ae8

View file

@ -1,2 +0,0 @@
jethrokuan/z
jorgebucaran/bax.fish

View file

@ -1 +0,0 @@
../fisher/fisher.fish

3
.gitmodules vendored
View file

@ -1,6 +1,3 @@
[submodule ".config/fish/fisher"]
path = .config/fish/fisher
url = https://github.com/jorgebucaran/fisher
[submodule ".local/share/qutebrowser/normalize"]
path = .local/share/qutebrowser/normalize
url = https://github.com/necolas/normalize.css

5
.setup
View file

@ -1,7 +1,7 @@
#!/bin/bash
sudo eopkg it -c system.devel
sudo eopkg rm gnome-terminal libreoffice-common mate-terminal nautilus
sudo eopkg it aria2 busybox fd fish jq kitty mpv neovim qutebrowser stow
sudo eopkg it aria2 autojump busybox fd fish jq kitty mpv neovim qutebrowser stow
rm ~/.bashrc
cd ~/.dotfiles
@ -12,10 +12,9 @@ done
stow .
cd .config/mpv/shaders
cd ~/.config/mpv/shaders
curl -fsSL $(curl -fsSL https://api.github.com/repos/bloc97/Anime4K/releases/latest | jq .assets[].browser_download_url | sed 's/"//g') | busybox unzip -
nvim +PlugUpdate +q +q
fish -c fisher
chsh -s /usr/bin/fish