nixos/README.md

26 lines
557 B
Markdown
Raw Normal View History

2023-01-10 13:20:30 +00:00
# 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)
```