https://github.com/ayamflow/dotfiles
OS X dotfiles FTW
https://github.com/ayamflow/dotfiles
Last synced: about 1 year ago
JSON representation
OS X dotfiles FTW
- Host: GitHub
- URL: https://github.com/ayamflow/dotfiles
- Owner: ayamflow
- Created: 2013-11-06T21:56:10.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-12-30T18:01:45.000Z (over 5 years ago)
- Last Synced: 2025-01-31T14:42:02.293Z (over 1 year ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Dotfiles
========
Simple dotfiles for my ZSH prompt.
## Installation
It will rename your current .zshrc to .zshrc.bak, just in case.
```
cd ~
git clone https://github.com/ayamflow/dotfiles
mv ~/dotfiles ~/.dotfiles
chmod +x .dotfiles/kickit.sh
cd .dotfiles
./kickit.sh install
```
## Uninstall
It will remove the current .zshrc (supposedly a symlink), and if found, rename your existing .zshrc.bak to .zshrc.
```
./kickit.sh uninstall
```