asgeo1/dotfiles
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
These are the configuration files for my mac. Copy to ~
Run .osx like this:
./.osx
### Homebrew
The `Brewfile` contains all Homebrew packages (formulae, casks, taps, and Mac App Store apps).
**Restore on a new Mac:**
brew bundle install --file=~/Projects/dotfiles/Brewfile
**Update after installing/removing packages:**
brew bundle dump --file=~/Projects/dotfiles/Brewfile --force
**List explicitly installed packages with descriptions:**
brew desc $(brew leaves) | column -t -s ':'
### COLORS:
- Kitty: `.config/kitty/theme.conf`
- Fish: `.config/fish/conf.d/dracula.fish` (fisher plugin)
- Vim: `~/.config/nvim/plugged/dracula`