add fzf alias

This commit is contained in:
Antoine 2024-03-25 17:53:40 +01:00
parent 614b2fd78f
commit 59b507d818
3 changed files with 3 additions and 2 deletions

View file

@ -14,4 +14,5 @@ alias n="cd ~/notes"
alias nv="nvim" alias nv="nvim"
alias t="tmux" alias t="tmux"
alias d="cd ~/dev" alias d="cd ~/dev"
alias sd="cd ~ && cd \$(find * -type d | fzf)"
eval "$(starship init bash)" eval "$(starship init bash)"

2
bashrc
View file

@ -4,5 +4,5 @@ alias ~="cd ~"
alias n="cd ~/notes" alias n="cd ~/notes"
alias nv="nvim" alias nv="nvim"
alias t="tmux" alias t="tmux"
alias sd="cd ~ && cd \$(find * -type d | fzf)"
eval "$(starship init bash)" eval "$(starship init bash)"

2
setup_macos Normal file → Executable file
View file

@ -31,7 +31,7 @@ cp init.lua "$XDG_CONFIG_HOME"/nvim/lua/user/init.lua
# Install other Mac Packages # Install other Mac Packages
/opt/homebrew/bin/brew install --cask obsidian vlc firefox amethyst hiddenbar karabiner-elements bitwarden signal /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 mkdir -p "$XDG_CONFIG_HOME"/karabiner/complex_modifications