Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crcsmnky/dotfiles
https://github.com/crcsmnky/dotfiles
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/crcsmnky/dotfiles
- Owner: crcsmnky
- Created: 2021-05-24T21:02:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T05:07:09.000Z (8 months ago)
- Last Synced: 2024-10-08T13:28:09.892Z (28 days ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## setting up a new machine
- Install the Xcode command line tools
```
xcode-select --install
```- Install [homebrew](https://brew.sh)
```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```- Install [oh-my-zsh](https://ohmyz.sh)
```
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
```- Clone this repo
```
git clone [email protected]:crcsmnky/dotfiles.git ~/.dotfiles
```- Run bootstrap script
```
bash $HOME/.dotfiles/bootstrap.sh
```## todo
- automate more of the setup