NB! Change to use GNU Stow for dotfiles
Get all apps to use: $XDG_CONFIG_HOME https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
https://github.com/shakeelmohamed/stow-dotfiles
This is the dot.files I use on my Mac. Might not be the right for you :)
- HomeBrew
- Install Alacritty -
brew install alacritty
- Oh-my-Zsh - To the .config folder
- Tmux -
brew install tmux
- Fzf -
brew install fzf
- Zoxide -
brew install zoxide
Certificate setup for Alacritty on macOS https://github.com/alacritty/alacritty/wiki/Self-Signing-Alacritty-on-macOS
$ git clone git@github.com:eysteinbye/dot_files.git ~/.dot_files && ~/.dot_files/setup.sh
NB! Copy the .config folder to $XDG_CONFIG_HOME
This Markdown viewer is also good! QuickLook Markdown files in Finder
- Neovim -
brew install neovim
- ag - Silver Searcher -
brew install ag
- tree -
brew install tree
- jq -
brew install jq
- fd -
brew install fd
- fzf -
brew install fzf
- bat -
brew install bat
Catppuccin has great themes for Tmux, NeoVim, Bat, LogSeq https://github.com/catppuccin
brew install macos-trash
alias rm="echo Use 'trash', or the full path i.e. '/bin/rm'"