This setup was heavily inspired by craftzdog/dotfiles-public.
- terminal
- fish config
- NeoVim config [WIP]
- tmux config [WIP]
- git config [WIP]
I am still using the out-of-the-box terminal on mac osx. The terminal folder has some themes I like to cycle through.
- Fish shell
- Fisher - Plugin manager
- Tide - Use version 5:
fisher install ilancosman/tide@v5 - z for fish - Fuzzy match dir search
fisher install jethrokuan/z - Exa - pretty print
ls;brew install exa - Nerd fonts
*Reminding myself how to commit for fish changes
- exclude conf.d except
tide.fish - exclude functions
- include custom completions files
- include
config.fish
brew tap homebrew/cask-fonts- brew install --cask <font_name>
This is a work in progress. I am still transitioning off of my vimrc commands to lua. Hence, the temporary init.vim and temp.lua files. temp.lua will become init.lua.
- Finished?
For the future...
I use a list of bash commands, primarily from a former colleague. Check out their repo glassresistor/git_bin.