- fish
- fzf
- git
- jorgebucaran/fisher: A package manager for the fish shell
- jethrokuan/fzf
- jethrokuan/z
- rafaelrinaldi/pure
- asdf vm - An extendable version manager
- Visual Studio Code - Code Editing. Redefined
- Joplin - an open source note taking and to-do application with synchronisation capabilities
- KeePassXC Password Manager
set PATH $PATH /home/linuxbrew/.linuxbrew/bin
source ~/.asdf/asdf.fish
set -U FZF_COMPLETE 2
alias g='git'
[alias]
st = status
ft = fetch
co = checkout
br = branch
bra = branch -a
brm = branch --merged
brn = branch --no-merged
[pager]
log = diff-highlight | less
show = diff-highlight | less
diff = diff-highlight | less
[interactive]
diffFilter = diff-highlight
[branch]
sort = -committerdate
{
"editor.fontFamily": "'Source Han Code JP'",
"editor.fontSize": 13,
"terminal.integrated.inheritEnv": false
}