Skip to content

Commit

Permalink
rename gm grab -> gm clone in README
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoine committed Oct 20, 2023
1 parent 719b3a5 commit 0c4670d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ nupm install --path /tmp/nu-git-manager/
- install Nushell packages
```
gm grab --bare https://github.com/goatfiles/dotfiles
gm grab https://github.com/nushell/nupm
gm grab https://github.com/amtoine/nu-git-manager
gm grab https://github.com/goatfiles/scripts
gm grab https://github.com/nushell/nu_scripts
gm clone --bare https://github.com/goatfiles/dotfiles
gm clone https://github.com/nushell/nupm
gm clone https://github.com/amtoine/nu-git-manager
gm clone https://github.com/goatfiles/scripts
gm clone https://github.com/nushell/nu_scripts
```
```
nupm install --path ($env.GIT_REPOS_HOME | path join "github.com/goatfiles/scripts/nu_scripts")
Expand All @@ -118,7 +118,7 @@ nupm install --path ($env.GIT_REPOS_HOME | path join "github.com/nushell/nu_scri
```
- install Nushell from source
```
gm grab https://github.com/nushell/nushell
gm clone https://github.com/nushell/nushell
cargo install --path ($env.GIT_REPOS_HOME | path join "github.com/nushell/nushell")
```
- install the ST terminal emulator
Expand All @@ -140,8 +140,8 @@ cargo install --force --locked --git https://github.com/alacritty/alacritty
```
- install Neovim from source
```
gm grab https://github.com/neovim/neovim
gm grab https://github.com/goatfiles/kickstart.nvim
gm clone https://github.com/neovim/neovim
gm clone https://github.com/goatfiles/kickstart.nvim
```
```
# in `neovim/neovim`
Expand Down

0 comments on commit 0c4670d

Please sign in to comment.