Skip to content

Instantly share code, notes, and snippets.

@chr5tphr
Last active February 22, 2019 10:52
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 chr5tphr/506e4360f7569dcb1495cf63aaff9c90 to your computer and use it in GitHub Desktop.
Save chr5tphr/506e4360f7569dcb1495cf63aaff9c90 to your computer and use it in GitHub Desktop.
Shebang script/ list to link dotfiles from .config to home
#!/usr/bin/env -S bash -c 'sed -e "/^#\\|^\$/d" "$0"|while read V;do ln -sfT "$HOME/.config/$V" "$HOME/.$V";done'
#ssh directory
ssh
gitconfig
tmux.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment