33 lines
895 B
Markdown
33 lines
895 B
Markdown
# Personal dotfiles
|
|
|
|
Collection of various settings, configurations and other miscellaneous tools.
|
|
|
|
`Makefile` handles linking config files and installing available extras. Arguments for `make`:
|
|
|
|
- `link`
|
|
- symlinks config files to `$XDG_CONFIG_HOME`
|
|
- `unlink`
|
|
- Undo `make link`
|
|
- `install`
|
|
- Downloads extras: ohmyz.sh, powerlevel10k, packer, TMUX plugin manager
|
|
- `uninstall`
|
|
- Undo `make install`
|
|
- `all`
|
|
- `link` and `install` in one operation
|
|
- `pacman`
|
|
- Install/update all packages listed in `pkglist.txt`
|
|
|
|
## Configs
|
|
|
|
- [neovim](https://neovim.io)
|
|
- [wezterm](https://wezfurlong.org/wezterm/)
|
|
- [lazygit](https://github.com/jesseduffield/lazygit)
|
|
- [tmux](https://tmux.github.io/)
|
|
- [zsh](https://ohmyz.sh/) paths and aliases
|
|
|
|
## Binaries
|
|
|
|
- [nvim](https://neovim.io)
|
|
- [Lazygit](https://github.com/jesseduffield/lazygit)
|
|
- [RipGrep](https://github.com/BurntSushi/ripgrep)
|