From e705e9a7a1ea203a29b9be1734a9317295d1f983 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 28 Jan 2023 16:36:42 +0000 Subject: [PATCH] Update README and completions.zsh --- README.md | 15 +++++++++++++-- completions.zsh | 3 ++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f3412e11..6a6c6c8b 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,27 @@ Collection of various settings, configurations and other miscellaneous tools. - [kitty](https://sw.kovidgoyal.net/kitty/) - [lazygit](https://github.com/jesseduffield/lazygit) - [tmux](https://tmux.github.io/) +- [poetry]() +- [ranger]() +- [zsh]() paths and aliases ## Fonts - [NerdFonts symbols](https://github.com/ryanoasis/nerd-fonts) +## Binaries +- [EFM LSP]() +- [Lazygit]() +- [Lua LSP]() +- [RipGrep]() +- [TexLab]() +- [Treesitter]() + ## Templates - SSH config - Python package - Crontab ## Installation -`install.sh` will set up most common configurations +Run `make` to symlink configs and download extras. -`extra_installers/` contains additional (unfinished) scripts to simplify installing commonly used software +`software.sh` (WIP) installs common programs. diff --git a/completions.zsh b/completions.zsh index 32b17906..90151294 100644 --- a/completions.zsh +++ b/completions.zsh @@ -1,3 +1,4 @@ autoload -U bashcompinit bashcompinit -type register-python-argcomplete3 > /dev/null && eval "$(register-python-argcomplete3 pipx)" +command -v register-python-argcomplete3 > /dev/null && eval "$(register-python-argcomplete3 pipx)" +command -v register-python-argcomplete > /dev/null && eval "$(register-python-argcomplete pipx)"