mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-23 22:46:30 +00:00
[tycho] add some binaries
This commit is contained in:
parent
2949d209b7
commit
e45b3d4590
2 changed files with 15 additions and 1 deletions
|
@ -88,6 +88,20 @@ chsh -s /usr/local/bin/fish
|
||||||
binaries=(
|
binaries=(
|
||||||
pass
|
pass
|
||||||
git
|
git
|
||||||
|
ncdu
|
||||||
|
tldr
|
||||||
|
gnu-tar
|
||||||
|
gnu-sed
|
||||||
|
neomutt
|
||||||
|
msmtp
|
||||||
|
isync
|
||||||
|
notmuch
|
||||||
|
borgbackup
|
||||||
|
helix
|
||||||
|
rust-analyzer
|
||||||
|
git-delta
|
||||||
|
btop
|
||||||
|
neovim
|
||||||
keepingyouawake
|
keepingyouawake
|
||||||
alacritty
|
alacritty
|
||||||
starship
|
starship
|
||||||
|
|
|
@ -9,7 +9,7 @@ export LC_NUMERIC="de_DE.UTF-8"
|
||||||
export LC_TIME="de_DE.UTF-8"
|
export LC_TIME="de_DE.UTF-8"
|
||||||
export LC_ALL="en_GB.UTF-8"
|
export LC_ALL="en_GB.UTF-8"
|
||||||
|
|
||||||
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/Library/TeX/texbin:$HOME/.cargo/bin:$HOME/.local/bin:$HOME/Library/Python/3.8/bin"
|
export PATH="/usr/local/opt/gnu-tar/libexec/gnubin:/usr/local/opt/gnu-sed/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/Library/TeX/texbin:$HOME/.cargo/bin:$HOME/.local/bin:$HOME/Library/Python/3.8/bin"
|
||||||
|
|
||||||
# kitty terminal emulator auto completion
|
# kitty terminal emulator auto completion
|
||||||
# kitty + complete setup fish | source
|
# kitty + complete setup fish | source
|
||||||
|
|
Loading…
Reference in a new issue