Skip to content

Commit

Permalink
Updates dotme command
Browse files Browse the repository at this point in the history
  • Loading branch information
craveytrain committed Jul 6, 2022
1 parent a870964 commit d8f4170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .system/.aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ alias catn="cat -n"
alias pubkey="more ~/.ssh/id_rsa.pub | pbcopy | echo '=> Public key copied to clipboard.'"

# Copy dotfiles installation command to clipboard
alias dotme="echo 'git clone -q https://github.com/craveytrain/dotfiles .dotfiles && ./.dotfiles/install >/dev/null' | pbcopy | echo '=> Dotfiles bootstrapper copied to clipboard.'"
alias dotme="echo 'curl -Lks https://raw.githubusercontent.com/craveytrain/dotfiles/main/.bin/install.sh | /bin/bash' | pbcopy | echo '=> Dotfiles bootstrapper copied to clipboard.'"

alias e='${(z)VISUAL:-${(z)EDITOR}}'

Expand Down

0 comments on commit d8f4170

Please sign in to comment.