diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-11-20 23:04:12 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-11-20 23:04:12 +0000 |
| commit | 081550dfaae7f37d5ca83b7e7e9a0b22f1e2ec84 (patch) | |
| tree | 834ad62500417035d17600614b40cdf759100b1c | |
| parent | f80bd6727a727414d6736157bbac63705b92674c (diff) | |
Add packer.nvim install
| -rw-r--r-- | info.yml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -65,6 +65,13 @@ sections: notes: - "For nvim, run :PackerInstall" + # Install packer.nvim + install-packer-nvim: + tags: ["config"] + steps: + - ==: run + command: "git clone --depth 1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim" + # Copy iterm2 configurations for macOS configure-iterm2: directory: "iterm2" |
