https://github.com/kazuakiishiguro/dotfiles
nothing special because everyone has it
https://github.com/kazuakiishiguro/dotfiles
ansible bash dotfiles emacs homebrew org-mode
Last synced: 3 months ago
JSON representation
nothing special because everyone has it
- Host: GitHub
- URL: https://github.com/kazuakiishiguro/dotfiles
- Owner: kazuakiishiguro
- Created: 2018-06-13T10:21:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2026-03-13T16:04:18.000Z (4 months ago)
- Last Synced: 2026-03-14T01:44:46.511Z (4 months ago)
- Topics: ansible, bash, dotfiles, emacs, homebrew, org-mode
- Language: HTML
- Homepage:
- Size: 14.3 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My dotfiles. I use `emacs` as an editor.
## Setup
One-liner for a fresh machine:
``` bash
bash <(curl -sL https://raw.githubusercontent.com/kazuakiishiguro/dotfiles/master/bootstrap.sh)
```
Or clone and run manually:
``` bash
git clone https://github.com/kazuakiishiguro/dotfiles.git
cd dotfiles
./init.sh
```