Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seanknox/dotfiles
dotfiles and helpful stuff.
https://github.com/seanknox/dotfiles
Last synced: 6 days ago
JSON representation
dotfiles and helpful stuff.
- Host: GitHub
- URL: https://github.com/seanknox/dotfiles
- Owner: seanknox
- License: mit
- Created: 2013-02-16T18:11:53.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T14:43:45.000Z (8 months ago)
- Last Synced: 2024-04-30T16:07:04.153Z (8 months ago)
- Language: Shell
- Size: 277 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
dotfiles and helpful stuff.I use [strap](https://github.com/MikeMcQuaid/strap) which uses this repo to automate setup of my Mac system. It will:
- Install Homebrew packages defined in [Brewfile](https://github.com/seanknox/homebrew-brewfile/blob/master/Brewfile)
- Configure [hyper](https://hyper.is/) terminal with plugins and settings defined in [.hyper.js](./.hyper.js)
- Install latest stable version of node with [nvm](https://github.com/nvm-sh/nvm)
- Install latest stable version of ruby with [rbenv](https://github.com/rbenv/rbenv)
- Setup a fancy zsh prompt with [spaceship-prompt](https://github.com/denysdovhan/spaceship-prompt)
- Add :rainbow: to `ls` with [colorls](https://github.com/athityakumar/colorls)
- Setup a number of MacOS settings helpful for developers (faster key repeat rate, don't put computer into sleep mode, etc.)Everything aside from Homebrew installation is run at the end of the strap process via [strap-after-setup](./script/strap-after-setup).