https://github.com/ttskch/dotfiles
https://github.com/ttskch/dotfiles
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ttskch/dotfiles
- Owner: ttskch
- Created: 2013-12-28T04:30:33.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T01:30:26.000Z (over 1 year ago)
- Last Synced: 2024-08-02T03:32:26.421Z (over 1 year ago)
- Language: Shell
- Size: 125 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```