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

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.

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.