____ __ _____ __
/ __ \____ / /_/ __(_) /__ _____
/ / / / __ \/ __/ /_/ / / _ \/ ___/
/ /_/ / /_/ / /_/ __/ / / __(__ )
/_____/\____/\__/_/ /_/_/\___/____/
My dotfiles to set up a dev environment in a MacOS machine.
The dotfiles
script installs all the packages and apps I use, stow my dotfiles and sets all my preferred MacOS configurations.
Check my Medium article.
Main apps installed:
For more details check the apps script.
All CLI apps are listed in the packages script.
Run the dotfiles
script:
curl -sO https://raw.githubusercontent.com/protiumx/.dotfiles/main/dotfiles
In order to reuse these scripts, here a summary of files you can change/adapt to your needs:
scripts/packages.sh
: all thehomebrew
taps and packages to installscripts/fonts.sh
:homebrew
fonts to installscripts/apps.sh
:homebrew
casks to installscripts/osx.sh
: MacOS settingsscripts/config.sh
: general settings and dotfiles
Simulate stow
links
stow -nSv vim
Licensed under MIT, © Brian Mayo 2022: https://protiumx.dev