Dotfiles
My DEV setup. Containing things like the Shell, MacOS config, Valet Plus and more..
⚠� These are my personal settings. Don't run the scripts without understanding what the code does.
Setup
You can download or clone the repository wherever you want.
I like to keep it in ~/dotfiles.
bash -c "$(curl -LsS https://raw.githubusercontent.com/GrimLink/dotfiles/main/get.sh)"Install
If it is your first install.
Run the install.sh script.
./dotfiles/install.shFollow the steps for each script, that is called via the install script.
Use the flag --force or -f to skip the questions for each config
Sync
sync.sh updates the dotfiles and resync the config files.
The sync will not re-download apps
./dotfiles/sync.shUse the flag --force or -f to skip the questions for each config
Whats in the box
Each folder contains a readme with details on each config
Insparation and Thanks to…
- mathiasbynens/dotfiles
- necolas/dotfiles
- paulirish/dotfiles
- alrra/dotfiles
- sindresorhus/pure
- Robert Cooper's Blog article on his zsh setup with hyper
- Anyone who contributed a patch or made a helpful suggestion