An open API service indexing awesome lists of open source software.

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

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

```