Set of configs for cli tools, terminal, shell and other stuff (Fedora).
- Terminal: alacritty
- Prompt: Custom bash prompt
- Shell: bash
- Code Editor: neovim
- Font: JetBrains Mono
Warning
Move existing files and directories manually, script will not touch them.
Clone repository:
git clone https://github.com/dangooddd/.dotfiles.git
Link configuration files via script:
cd .dotfiles
./install.sh
Install packages via dnf:
sudo dnf install $(cat packages.txt)