Set of configs for cli tools, terminal, shell and other stuff (Fedora).
- Terminal: ghostty
- Prompt: starship
- Shell: bash
- TUI Editor: neovim
- GUI Editor: vscode
- 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 rpm packages:
sudo dnf install $(cat rpm.txt) --skip-unavailable
Install flatpak packages:
flatpak install $(cat flatpak.txt)