Setup a clean or new Mac in a breeze with almost every tools I use daily.
- Clone repo to your
$HOME
directory
> git clone https://github.com/gcauchon/dotfiles.git .dotfiles
Cloning into '.dotfiles'...
remote: Enumerating objects: 18, done.
remote: Counting objects: 100% (18/18), done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 982 (delta 2), reused 8 (delta 1), pack-reused 964
Receiving objects: 100% (982/982), 232.10 KiB | 2.64 MiB/s, done.
Resolving deltas: 100% (462/462), done.
> cd .dotfiles
-
Customize
01-defaults.sh
with MacOS tweaks to include; or not. -
Customize
02-homebrew.sh
with the tools and application needed.
Here are the main tools that are included:
homebrew
- https://brew.shfish
- https://fishshell.comgnupg
- https://gnupg.orgtmux
- https://github.com/tmux/tmux/wikineovim
- https://neovim.iomise
- https://mise.jdx.dev/getting-started.htmlfonts
-Fira Code
,JetBrains Mono
; withNerd Font
patched glyphs- configurations files
Plus many apps I am using every day:
- iTerm2 - https://iterm2.com
- Alfred - https://www.alfredapp.com
- 1Password - https://1password.com
- Colima - https://github.com/abiosoft/colima
- Dash - https://kapeli.com/dash
- TablePlus - https://tableplus.com
- Spotify - https://www.spotify.com
- and many more…
- Run each
.sh
scripts sequentially.
> ./01-default.sh
…
> ./02-homebrew.sh
…