https://github.com/micahjsmith/dotfiles
Bashrc, vimrc, etc.
https://github.com/micahjsmith/dotfiles
Last synced: about 1 month ago
JSON representation
Bashrc, vimrc, etc.
- Host: GitHub
- URL: https://github.com/micahjsmith/dotfiles
- Owner: micahjsmith
- License: mit
- Created: 2014-12-19T19:06:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-24T05:01:43.000Z (over 1 year ago)
- Last Synced: 2025-02-02T10:16:06.319Z (3 months ago)
- Language: Shell
- Size: 163 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
Micah's dotfiles: bashrc, vimrc, etc.
- License: MIT License
## Setup a new box
1. Go to System Settings > Privacy & Security > App Management and add or enable your terminal.
2. Run
```
./setup.py
```## Archive dotfiles
```
./archive.sh
```## Unarchive dotfiles
```
cd path/to/archive/directory
./unarchive.sh
```## Todo
[ ] use [git contrib's git
prompt](https://github.com/git/git/blob/master/contrib/completion/git-prompt.sh) rather than third party (jimeh)
[ ] activate python/conda env when creating new pane in tmux