Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 814 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 814 Bytes

Dotfiles

My personal dotfiles.

Setup

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)

License

This project is licensed under the WTFPL - see the LICENSE file for details.