Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pimdewit/dotfiles
My personal dotfiles
https://github.com/pimdewit/dotfiles
Last synced: 13 days ago
JSON representation
My personal dotfiles
- Host: GitHub
- URL: https://github.com/pimdewit/dotfiles
- Owner: pimdewit
- Created: 2018-10-14T10:08:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T18:59:42.000Z (about 6 years ago)
- Last Synced: 2024-10-24T02:23:46.733Z (27 days ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- 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/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```