Skip to content

Instantly share code, notes, and snippets.

@mizuki0629
Last active December 14, 2023 06:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mizuki0629/1f7e73703b09551610b18392e375bd73 to your computer and use it in GitHub Desktop.
Save mizuki0629/1f7e73703b09551610b18392e375bd73 to your computer and use it in GitHub Desktop.
---
dotfiles:
windows: "%USERPROFILE%\\dotfiles"
mac: "${HOME}/.dotfiles"
linux: "${HOME}/.dotfiles"
repos:
- name: dotfiles
url: 'git@github.com:mizuki0629/dotfiles.git'
deploy:
home:
mac: "${HOME}"
linux: "${HOME}"
.config:
mac: "${XDG_CONFIG_HOME}"
linux: "${XDG_CONFIG_HOME}"
- name: graphical
url: 'git@github.com:mizuki0629/dotfiles-graphical.git'
deploy:
home:
linux: "${HOME}"
.config:
linux: "${XDG_CONFIG_HOME}"
- name: nvim
url: 'git@github.com:mizuki0629/dotfiles-nvim.git'
deploy:
.config:
windows: "%FOLDERID_LocalAppData%"
mac: "${XDG_CONFIG_HOME}"
linux: "${XDG_CONFIG_HOME}"
@mizuki0629
Copy link
Author

mizuki0629 commented Dec 8, 2023

rrcm init https://gist.githubusercontent.com/mizuki0629/1f7e73703b09551610b18392e375bd73/raw/config.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment