12345678910111213 |
- # # Have these settings apply to servers in my organization
- # # hosts for opi
- # hostname lisi-* lil-*
- # make sure that those configurations are linked to root, otherwise it might not work
- # BINARIES
- copy --symlink-strategy=keep-path bin/
- # HOME
- copy --symlink-strategy=keep-path .screenrc .vimrc .inputrc
- # CONFIG
- copy --symlink-strategy=keep-path .config/tmux/tmux.conf .config/lf/lfrc .config/shell/rc.d/00-current-shell-dependent .config/shell/rc.d/40-work-aliases
|