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

https://github.com/ttskch/dotfiles


https://github.com/ttskch/dotfiles

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# My dotfiles

## Installation

```bash
# clone me
$ cd ~
$ git clone git@github.com:ttskch/dotfiles.git
$ cd dotfiles

# if you need some local settings do below
$ cp .zsh/secret.zsh{.placeholder,}
$ cp .gitconfig.local{.placeholder,}
$ vi .zsh/secret.zsh #
$ vi .gitconfig.local # tailor them

# install dotfiles
$ sh symlink.sh
```