在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:andsens/homeshick开源软件地址:https://github.com/andsens/homeshick开源编程语言:Shell 98.8%开源软件介绍:homeshickIn Unix, configuration files are king. By the power of git, homeshick enables you to bring the symphony of settings you have poured your heart into with you to remote computers. With it you can begin to focus even more energy on bettering your work environment since the benefits are reaped on whichever machine you are using. However bare bones these machines are, provided that at least Bash 3 and Git 1.5 are available you can use homeshick. homeshick can handle multiple dotfile repositories. This means that you can install larger frameworks like oh-my-zsh or a multitude of emacs or vim plugins alongside your own customizations without clutter. For detailed installation instructions, tutorials and tips & tricks have a look at the wiki. Quick installhomeshick is installed to your own home directory and does not require root privileges to be installed. git clone https://github.com/andsens/homeshick.git $HOME/.homesick/repos/homeshick Note: If you'd like to help testing new features before they are released use To invoke homeshick, source the # from sh and its derivates (bash, dash, ksh, zsh etc.)
printf '\nsource "$HOME/.homesick/repos/homeshick/homeshick.sh"' >> $HOME/.bashrc
# csh and derivatives (i.e. tcsh)
printf '\nalias homeshick source "$HOME/.homesick/repos/homeshick/homeshick.csh"\n' >> $HOME/.cshrc
# fish shell
echo \n'source "$HOME/.homesick/repos/homeshick/homeshick.fish"' >> "$HOME/.config/fish/config.fish" ContributingBefore submitting pull requests or reporting bugs, please make sure to read the contribution guidelines. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论