Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukeshay/dotfiles


https://github.com/lukeshay/dotfiles

Last synced: about 7 hours ago
JSON representation

Awesome Lists containing this project

README

        

# dotfiles

## Setting up a new Mac

1. Install brew
1. Run `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"` to install brew
1. Run `brew install chezmoi` to install chezmoi
1. Run `chezmoi init https://github.com/lukeshay/dotfiles.git` to download the chezmoi config
1. Run `chezmoi apply -v` to install the configuration
1. Run `. "${HOME}/mac.sh"` to install all tools

## Resources

* [chezmoi](https://www.chezmoi.io/)
* [asdf](https://asdf-vm.com/)