diff --git a/lain/.config/fish/config.fish b/lain/.config/fish/config.fish index 222a94a..f6ac473 100644 --- a/lain/.config/fish/config.fish +++ b/lain/.config/fish/config.fish @@ -2,9 +2,6 @@ set -U fish_greeting set -U fish_user_paths ~/.local/bin -# Use all cores for make by default -set -gx MAKEFLAGS -j(nproc) - # TTY for gpg pinentry set -gx GPG_TTY (tty) gpg-connect-agent updatestartuptty /bye >/dev/null @@ -14,14 +11,6 @@ if test -d ~/.cache/wal cat ~/.cache/wal/sequences & end -# Load autojump if installed -begin - set -l AUTOJUMP_PATH /usr/share/autojump/autojump.fish - if test -e $AUTOJUMP_PATH - source $AUTOJUMP_PATH - end -end - # Load keymap xkbcomp ~/.config/xkb/map.xkm $DISPLAY diff --git a/packages.yml b/packages.yml index 8583c95..41e1a9b 100644 --- a/packages.yml +++ b/packages.yml @@ -1,24 +1,31 @@ Base: - fish: config: - - .config/fish + - .config/fish/config.fish - .bashrc Command Line Tools: - - yay + - yay: + source: aur - ripgrep - exa - git - htop - ranger + - fasd System Tools: - networkmanager -Terminal: +Terminal and Shell: - alacritty - alacritty-terminfo - - autojump + - fisher: + source: aur + - fasd + - fish-fasd: + source: fisher + repo: fishgretel/fasd Editors: - emacs: @@ -42,6 +49,7 @@ Window Manager: - i3-gaps: alias: i3 source: aur + config: .config/i3/config.ppi3 - ppi3-git: source: aur - compton