# Personal dotfiles Collection of various settings, configurations and other miscellaneous tools. ## Settings - [neovim](https://neovim.io) - [kitty](https://sw.kovidgoyal.net/kitty/) - [i3](https://i3wm.org) - [lazygit](https://github.com/jesseduffield/lazygit) - [tmux](https://tmux.github.io/) ## Fonts - [FiraCode](https://github.com/tonsky/FiraCode) ## Templates - Python package - Crontab # Package config List of arch personal arch linux packages in `pacman.txt`. Install with: ```sh sudo pacman --needed -S $(awk '{print $1}' pacman.txt) ```