https://github.com/ryokbys/dotfiles
RK's personal dotfiles.
https://github.com/ryokbys/dotfiles
dotfiles linux macos
Last synced: 4 months ago
JSON representation
RK's personal dotfiles.
- Host: GitHub
- URL: https://github.com/ryokbys/dotfiles
- Owner: ryokbys
- Created: 2025-06-09T03:35:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-09T04:20:33.000Z (about 1 year ago)
- Last Synced: 2025-06-09T05:21:29.644Z (about 1 year ago)
- Topics: dotfiles, linux, macos
- Language: Emacs Lisp
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
RK's personal dotfiles.
Therefore it is not recommended to use this as is.
## Prerequisite
- zsh
- oh-my-zsh
- fzf
- anyenv
- emacs
- prelude
## Install
Download the dotfiles onto your **home directory** (otherwise the following stow command option would be a bit more complex.).
```shell
git clone https://github.com/ryokbys/dotfiles.git ~/dotfiles
```
To install the dotfiles using _GNU stow_, run the following command at the dotfiles directory.
```shell
stow -v zsh emacs tmux gnuplot git
```
This will create symlinks in your home directory.