add fzf alias
This commit is contained in:
parent
614b2fd78f
commit
59b507d818
3 changed files with 3 additions and 2 deletions
|
|
@ -14,4 +14,5 @@ alias n="cd ~/notes"
|
|||
alias nv="nvim"
|
||||
alias t="tmux"
|
||||
alias d="cd ~/dev"
|
||||
alias sd="cd ~ && cd \$(find * -type d | fzf)"
|
||||
eval "$(starship init bash)"
|
||||
|
|
|
|||
2
bashrc
2
bashrc
|
|
@ -4,5 +4,5 @@ alias ~="cd ~"
|
|||
alias n="cd ~/notes"
|
||||
alias nv="nvim"
|
||||
alias t="tmux"
|
||||
|
||||
alias sd="cd ~ && cd \$(find * -type d | fzf)"
|
||||
eval "$(starship init bash)"
|
||||
|
|
|
|||
2
setup_macos
Normal file → Executable file
2
setup_macos
Normal file → Executable file
|
|
@ -31,7 +31,7 @@ cp init.lua "$XDG_CONFIG_HOME"/nvim/lua/user/init.lua
|
|||
|
||||
# Install other Mac Packages
|
||||
/opt/homebrew/bin/brew install --cask obsidian vlc firefox amethyst hiddenbar karabiner-elements bitwarden signal
|
||||
/opt/homebrew/bin/brew install tmux starship ripgrep lazygit bottom wireguard-go ffmpeg gh starship
|
||||
/opt/homebrew/bin/brew install tmux ripgrep lazygit bottom wireguard-go ffmpeg gh starship fzf
|
||||
|
||||
mkdir -p "$XDG_CONFIG_HOME"/karabiner/complex_modifications
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue