diff options
Diffstat (limited to 'setup.sh')
| -rwxr-xr-x | setup.sh | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -120,13 +120,6 @@ if [ ! -f ~/.config/alacritty/alacritty.local.yml ]; then fi fi -# Neovim: packer.nvim {{{2 -packer_nvim_dir="${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/pack/packer/opt/packer.nvim -if [ ! -d "$packer_nvim_dir" ]; then - echo "clone: $packer_nvim_dir" - git clone --depth=1 https://github.com/wbthomason/packer.nvim "$packer_nvim_dir" -fi - # SKK {{{2 if [ ! -d ~/.config/skk ]; then echo "dir: ~/.config/skk" |
