UP is a declarative dotfile configuration. Its main goal is to increase your productivity whilst keeping track of your dependencies. Get UP and running in no time, start up your machine with one command!
Copy the following snippet into your current terminal.
sh -c "$(curl -fsSL https://raw.githubusercontent.com/stangahh/up/master/install.sh)"
Please read the configurations before applying them. Note that you can always reset them by typing:
defaults delete <domain>; # sets domain to default settings
killall <domain>; # restarts domain
e.g
defaults delete Dock;
killall Dock;
UP uses a dynamic profile. see here. To enable it, do:
Iterm2 >
Preferences >
Profiles > UP Config >
Other Actions > Set as Default
Color presets can be downloaded by following this url. Alternatively you can follow the description below and import them from the color_presets folder.
Iterm2 > Preferences > Profiles > Colors > Color Presets > Import
These configs and dotfiles stand on the shoulders of the following giants:
- https://github.com/minamarkham/formation
- https://github.com/mathiasbynens/dotfiles
- https://github.com/kevinSuttle/macOS-Defaults
-
Have you tested these dotfiles?
- Heck no, but I'll update here whenever I do actually run this bad boy.