Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pimdewit/dotfiles

My personal dotfiles
https://github.com/pimdewit/dotfiles

Last synced: 13 days ago
JSON representation

My personal dotfiles

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/pimdewit/dotfiles
mv ~/dotfiles ~/.dotfiles
chmod +x .dotfiles/run.sh
cd .dotfiles
./run.sh install
```

## Uninstall
It will remove the current .zshrc (supposedly a symlink), and if found, rename your existing .zshrc.bak to .zshrc.

```
./run.sh uninstall

```