Skip to content

Releases: amaya382/anyrc

0.1.0

12 Oct 09:05
Compare
Choose a tag to compare

Updates

  • Fix bugs
    • Cannot use some docker/kubectl options #14
    • Duplicated interactive shells #16
    • Cannot access containers which have only POSIX-compat shell #8
  • Change dockerrc/kubectlrc behavior
    • Can no longer omit -i and -t

How to install or upgrade

# If you want to install the latest version, change the version to master in the url and set VERSION
# DIR: Where to install (default: /usr/local/bin)
# FORCE: If defined, override .anyrc (default: undefined)
curl -sS https://raw.githubusercontent.com/amaya382/anyrc/0.1.0/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

0.0.2

06 Feb 06:10
Compare
Choose a tag to compare
  • 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

0.0.1

28 Jan 09:04
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release
# 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.1/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