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:
parent
97fec72465
commit
04d54d9c54
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
jethrokuan/z
|
||||
jorgebucaran/bax.fish
|
||||
|
|
@ -1 +0,0 @@
|
|||
../fisher/fisher.fish
|
||||
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
5
.setup
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue