Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukeshay/dotfiles
https://github.com/lukeshay/dotfiles
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukeshay/dotfiles
- Owner: lukeshay
- Created: 2019-11-25T13:54:11.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T08:47:45.000Z (11 months ago)
- Last Synced: 2024-04-30T10:26:12.021Z (6 months ago)
- Language: Lua
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/)