Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khanguslee/dotfiles
A bunch of files to help quickly setup a new dev machine.
https://github.com/khanguslee/dotfiles
Last synced: 17 days ago
JSON representation
A bunch of files to help quickly setup a new dev machine.
- Host: GitHub
- URL: https://github.com/khanguslee/dotfiles
- Owner: khanguslee
- Created: 2019-04-10T13:50:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T23:22:12.000Z (10 months ago)
- Last Synced: 2024-10-02T12:41:18.088Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
Random config files for various applications. Mainly used to setup a new macbook.
## Getting Started
Make sure you have x-code updated by running `xcode-select --install`!
Run the `install.sh` script to install _mostly_ everything automatically.
Run the following command to make it executable.
``` sh
chmod +x install.sh
```Run Brewfile
```sh
brew bundle
```