https://github.com/andrew8088/dotfiles
My Dotfiles
https://github.com/andrew8088/dotfiles
Last synced: 6 days ago
JSON representation
My Dotfiles
- Host: GitHub
- URL: https://github.com/andrew8088/dotfiles
- Owner: andrew8088
- Created: 2015-08-26T20:37:23.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T15:18:33.000Z (about 1 month ago)
- Last Synced: 2025-04-02T03:01:35.397Z (13 days ago)
- Language: Shell
- Size: 288 KB
- Stars: 337
- Watchers: 3
- Forks: 48
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - andrew8088/dotfiles - My Dotfiles (Shell)
README
# Dotfiles
[Here's a description of how my dotfiles work](https://shaky.sh/simple-dotfiles/).
## Install
```
git clone
cd
./install/bootstrap.sh
```## Local ZSH Config
If there's customization you want ZSH to load on startup that is specific to
this machine (stuff you don't want to commit into the repo), create `~/.env.sh`
and put it in there. It will be loaded near the top of `.zshrc`.