Skip to content

senelway/macos-dotfiles

Repository files navigation

Fonts

Fira-Code-Nerd-font.zip

JeBrainsMono-Nerd-font.zip

.ideavim

ln ~/.config/.ideavimrc ~/

Tailing manager

brew install koekeishiya/formulae/yabai
yabai --start-service

# hotkeys for yabai
brew install koekeishiya/formulae/skhd
skhd --start-service

FZF

alias cdf='cd $(find ~/Projects -type d -maxdepth 4 -not -path "*/.git/*" -not -path "*/node_modules/*" | fzf)'
alias cdv='cd $(find ~/Projects -type d -maxdepth 4 -not -path "*/.git/*" -not -path "*/node_modules/*" | fzf) && nvim .'

export FZF_DEFAULT_COMMAND='rg --files --hidden --follow --glob "!{.git,node_modules,vendor,.vscode,*.log,*.pyc,*.o,*.tmp,.DS_Store,Library,
.orbstack,.password-store}"'
export FZF_CTRL_T_COMMAND=$FZF_DEFAULT_COMMAND

NVIM repo

git clone [email protected]:senelway/nvim.git