Skip to content

0.0.2

Compare
Choose a tag to compare
@amaya382 amaya382 released this 06 Feb 06:10
· 15 commits to master since this release
  • Fixed install script
  • Fixed tmp directory
# If you want to install the latest version, change version to master in the url and set VERSION
# VERSION: anyrc version (default: 0.0.2)
# DIR: Where to install (default: /usr/local/bin)
# FORCE: If defined, override .anyrc (default: undefined)
curl -sS https://raw.githubusercontent.com/amaya382/anyrc/0.0.2/install.sh | DIR=/usr/local/bin bash

# Put your dotfiles or create symlinks of them into $HOME/.anyrc.d
ln -s /path/to/your/dotfiles/.dotfile $HOME/.anyrc.d/.dotfile