My personal dotfiles.
Log in to LastPass to synchronize SSH keys:
lpass login
Add SSH keys to "SSH Keys" group:
lpass add --note-type="ssh-key" "SSH Keys/key_name"
DOTFILES_USERNAME=your_name source <(curl -s https://git.io/JUgAx)
git clone https://github.com/martensm/dotfiles ~/dotfiles
~/dotfiles/install.sh
NOTE: https://raw.githubusercontent.com/martensm/dotfiles/master/init.sh is shortened to https://git.io/JUgAx, so this would also work:
source <(curl -s https://raw.githubusercontent.com/martensm/dotfiles/master/init.sh)
This project is licensed under the WTFPL - see the LICENSE file for details.