Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jhurray/dotfiles

Personal dotfiles
https://github.com/jhurray/dotfiles

Last synced: 17 days ago
JSON representation

Personal dotfiles

Awesome Lists containing this project

README

        

# dotfiles
My personal dotfiles

## Installation

1. Install this repo with `curl` (assumes a zsh shell):

```bash
zsh -c "`curl -fsSL https://raw.githubusercontent.com/jhurray/dotfiles/master/install.sh`"
```

This will clone or download, this repo to `~/.dotfiles` depending on the availability of `git`.

Follow the prompts to link the appropriate dotfiles.

2. Alternatively, clone manually into the desired location:

```bash
git clone https://github.com/jhurray/dotfiles.git ~/.dotfiles

cd ~/.dotfiles

chmod -v 755 "link.sh"

./link.sh
```

## Uninstalling

```bash
cd ~/.dotfiles

./unlink.sh

rm -rf ~/.dotfiles
```