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

https://github.com/scurker/dotfiles

~/. my personal dotfiles
https://github.com/scurker/dotfiles

bash dotfiles shell

Last synced: 2 months ago
JSON representation

~/. my personal dotfiles

Awesome Lists containing this project

README

          

# scurker's dotfiles

Welcome to my command line:

![Prompt](./prompt.svg)

# Install

```bash
$ bash -c "$(curl -fsSL raw.github.com/scurker/dotfiles/master/bin/dotfiles)"
```

This step will download and initiate the dotfiles repository in `~/.dotfiles` and may overwrite existing dotfiles in your home directory.

# Updating

Just run the dotfiles command:

```bash
$ dotfiles
```

# License

[MIT](license) © Jason Wilson

# Thanks to...

All the different folks that helped to provide inspiration and code, including:

* [@mathiasbynens](https://github.com/mathiasbynens) - [mathiasbynens/dotfiles](https://github.com/mathiasbynens/dotfiles)
* [@necolas](https://github.com/necolas) - [necolas/dotfiles](https://github.com/necolas/dotfiles)
* [@nicknisi](https://github.com/nicknisi) - [nicknisi/dotfiles](https://github.com/nicknisi/dotfiles)
* [@eduardolundgren](https://github.com/eduardolundgren/dotfiles) - [eduardolundgren/dotfiles](https://github.com/eduardolundgren/dotfiles)