dotfiles and scripts to set up a clean machine. Mac OSX or Linux
- Lua 80.8%
- Shell 16.1%
- Vim Script 1.4%
- Makefile 1.1%
- Ruby 0.6%
| alacritty | update font | |
| atuin | what | |
| bat | some colorscheme stuff | |
| fish | fish variables | |
| git | what | |
| helix | some colorscheme stuff | |
| mise | more config directories | |
| nvim | don't track packer_compiled.lua | |
| vim | vim why | |
| zed | stuff, yeah? | |
| zellij | update colors themes | |
| .gitignore | don't track packer_compiled.lua | |
| .stowrc | atuin | |
| Brewfile | new mac new me | |
| Makefile | new mac new me | |
| README.md | note about .DS_Store files | |
| topgrade.toml | more config directories | |
divinegod dotfiles
Setup new system:
make install
Stuff it does
Uses:
- fish
- vim
- brew
- alacritty
- tmux
Config
Add new folder for each package config.
Update Makefile with new stow <package> command.
Stow will symlink into the parent directory so make sure .dotfiles is located in ~/
macOS Stuff
Disable .DS_Store files:
defaults write com.apple.desktopservices DSDontWriteNetworkStores true