mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-27 21:19:51 -05:00
Update fish config
This commit is contained in:
parent
310a4f1327
commit
3462211ac7
@ -2,9 +2,6 @@
|
|||||||
set -U fish_greeting
|
set -U fish_greeting
|
||||||
set -U fish_user_paths ~/.local/bin
|
set -U fish_user_paths ~/.local/bin
|
||||||
|
|
||||||
# Use all cores for make by default
|
|
||||||
set -gx MAKEFLAGS -j(nproc)
|
|
||||||
|
|
||||||
# TTY for gpg pinentry
|
# TTY for gpg pinentry
|
||||||
set -gx GPG_TTY (tty)
|
set -gx GPG_TTY (tty)
|
||||||
gpg-connect-agent updatestartuptty /bye >/dev/null
|
gpg-connect-agent updatestartuptty /bye >/dev/null
|
||||||
@ -14,14 +11,6 @@ if test -d ~/.cache/wal
|
|||||||
cat ~/.cache/wal/sequences &
|
cat ~/.cache/wal/sequences &
|
||||||
end
|
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
|
# Load keymap
|
||||||
xkbcomp ~/.config/xkb/map.xkm $DISPLAY
|
xkbcomp ~/.config/xkb/map.xkm $DISPLAY
|
||||||
|
|
||||||
|
16
packages.yml
16
packages.yml
@ -1,24 +1,31 @@
|
|||||||
Base:
|
Base:
|
||||||
- fish:
|
- fish:
|
||||||
config:
|
config:
|
||||||
- .config/fish
|
- .config/fish/config.fish
|
||||||
- .bashrc
|
- .bashrc
|
||||||
|
|
||||||
Command Line Tools:
|
Command Line Tools:
|
||||||
- yay
|
- yay:
|
||||||
|
source: aur
|
||||||
- ripgrep
|
- ripgrep
|
||||||
- exa
|
- exa
|
||||||
- git
|
- git
|
||||||
- htop
|
- htop
|
||||||
- ranger
|
- ranger
|
||||||
|
- fasd
|
||||||
|
|
||||||
System Tools:
|
System Tools:
|
||||||
- networkmanager
|
- networkmanager
|
||||||
|
|
||||||
Terminal:
|
Terminal and Shell:
|
||||||
- alacritty
|
- alacritty
|
||||||
- alacritty-terminfo
|
- alacritty-terminfo
|
||||||
- autojump
|
- fisher:
|
||||||
|
source: aur
|
||||||
|
- fasd
|
||||||
|
- fish-fasd:
|
||||||
|
source: fisher
|
||||||
|
repo: fishgretel/fasd
|
||||||
|
|
||||||
Editors:
|
Editors:
|
||||||
- emacs:
|
- emacs:
|
||||||
@ -42,6 +49,7 @@ Window Manager:
|
|||||||
- i3-gaps:
|
- i3-gaps:
|
||||||
alias: i3
|
alias: i3
|
||||||
source: aur
|
source: aur
|
||||||
|
config: .config/i3/config.ppi3
|
||||||
- ppi3-git:
|
- ppi3-git:
|
||||||
source: aur
|
source: aur
|
||||||
- compton
|
- compton
|
||||||
|
Loading…
Reference in New Issue
Block a user