diff options
author | Starfall <us@starfall.systems> | 2021-06-15 23:59:53 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2021-06-15 23:59:53 -0500 |
commit | 3458532f0d026a16e9d1566a8d4441b341cbba0b (patch) | |
tree | 468c2983d0a63608121bc017a5582f38dada580b | |
parent | 26136f03437c001d77eb58e2b83d7fc10c49876a (diff) |
readme: update git repository
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 63d047c..665996d 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ This is ["the best way to store your dotfiles"](https://www.atlassian.com/git/tu git init --bare $HOME/.dotfiles alias config='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' config config --local status.showUntrackedFiles no -echo "alias config='git --git-dir=$HOME/.doftiles/ --work-tree=$HOME'" >> .bashrc +echo "alias config='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'" >> .bashrc ``` ## Checking out on a new machine ```bash -git clone --bare ssh://git@monsterware.dev:60666/devin/dotfiles.git $HOME/.dotfiles +git clone --bare https://git.starfall.systems/dots $HOME/.dotfiles alias config='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' config checkout config config --local status.showUntrackedFiles no |