mirror of
https://github.com/theintonerzero/dotfiles.git
synced 2026-07-17 06:36:59 +00:00
No description
| btop/.config/btop | ||
| ghostty/.config/ghostty | ||
| git | ||
| nvim/.config/nvim | ||
| starship/.config/starship | ||
| tmux | ||
| zsh | ||
| .gitignore | ||
| .stow-local-ignore | ||
| Brewfile | ||
| install.sh | ||
| README.md | ||
| uninstall.sh | ||
Dotfiles
My personal dotfiles. Supported on macOS and Fedora Linux.
The installer detects your OS and uses the right package manager:
- macOS : Homebrew (
Brewfile) - Fedora :
dnf+ COPR + Flatpak
One-liner for macOS and Linux
curl -s https://dl.intonerzero.com/github/dotfiles/install.sh | bash
Manual install
git clone <repo> ~/dotfiles
cd ~/dotfiles
./install.sh
Restart your shell (or exec zsh) afterwards. To remove the symlinks, run ./uninstall.sh.