Update README and completions.zsh
This commit is contained in:
parent
b36e8e255a
commit
e705e9a7a1
15
README.md
15
README.md
|
@ -6,16 +6,27 @@ Collection of various settings, configurations and other miscellaneous tools.
|
||||||
- [kitty](https://sw.kovidgoyal.net/kitty/)
|
- [kitty](https://sw.kovidgoyal.net/kitty/)
|
||||||
- [lazygit](https://github.com/jesseduffield/lazygit)
|
- [lazygit](https://github.com/jesseduffield/lazygit)
|
||||||
- [tmux](https://tmux.github.io/)
|
- [tmux](https://tmux.github.io/)
|
||||||
|
- [poetry]()
|
||||||
|
- [ranger]()
|
||||||
|
- [zsh]() paths and aliases
|
||||||
|
|
||||||
## Fonts
|
## Fonts
|
||||||
- [NerdFonts symbols](https://github.com/ryanoasis/nerd-fonts)
|
- [NerdFonts symbols](https://github.com/ryanoasis/nerd-fonts)
|
||||||
|
|
||||||
|
## Binaries
|
||||||
|
- [EFM LSP]()
|
||||||
|
- [Lazygit]()
|
||||||
|
- [Lua LSP]()
|
||||||
|
- [RipGrep]()
|
||||||
|
- [TexLab]()
|
||||||
|
- [Treesitter]()
|
||||||
|
|
||||||
## Templates
|
## Templates
|
||||||
- SSH config
|
- SSH config
|
||||||
- Python package
|
- Python package
|
||||||
- Crontab
|
- Crontab
|
||||||
|
|
||||||
## Installation
|
## 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.
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
autoload -U bashcompinit
|
autoload -U bashcompinit
|
||||||
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)"
|
||||||
|
|
Loading…
Reference in a new issue