dotfiles that give your computer personality.
https://github.com/ruimarinho/dotfiles
Just install Homebrew which will prompt you to install Command Line Tools (CLT) for Xcode.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
The rest of the utilities will be provided by Homebrew when sourcing the bundled Brewfile.
- Installs my most used brew packages, casks and mas apps.
- Installs oh-my-zsh, a zsh configuration framework
- Symlinks dotfiles to home dir via rcm, arguably the best dotfile manager in existence.
- Configures a number of macOS defaults to fit my needs and personal taste.
- Enables highlighting via
grc
for several binaries, such as docker, curl, make and many others. Beautiful colors, everywhere. - Configures default handlers and applications configuration for certain file types with duti (e.g.
.md
,.json
,.yml
).
- Download or clone this repository.
git clone [email protected]:lvnilesh/dotfiles.git ~/.dotfiles
git checkout m1
or
git checkout intel
- Run
scripts/setup
Feel free to clone or fork this setup. These dotfiles have been heavily inspired over the years by many others in the open source community, to whom I am grateful for.
- run this to change prompt to your liking.
p10k configure
bash <(curl -s https://s3-us-west-2.amazonaws.com/cloudgeniuscode/install.sh)