No description
Find a file
2026-07-13 18:31:10 +10:00
btop/.config/btop feat: btop config with install and uninstall 2026-05-07 13:25:21 +10:00
ghostty/.config/ghostty feat: added ghostty config 2026-05-01 04:40:52 +10:00
git feat: global git ignores 2026-05-07 13:35:03 +10:00
nvim/.config/nvim feat: add render-markdown-nvim to astrocommunity 2026-07-13 18:31:10 +10:00
starship/.config/starship feat: add startship toml with gruvbox theme 2026-05-01 04:30:23 +10:00
tmux feat: add support for linux(fedora) 2026-06-15 08:41:08 +10:00
zsh feat: added update and upgrade aliases for linux(fedora) 2026-06-16 10:55:36 +10:00
.gitignore chore: add nvim lazy-lock.json to ignores 2026-05-07 13:49:26 +10:00
.stow-local-ignore chore: add stow local ignore 2026-05-01 03:18:52 +10:00
Brewfile chore: remove siyuan from brewfile 2026-06-05 02:16:54 +10:00
install.sh chore: change dotnet to version 10.0 2026-06-16 11:04:52 +10:00
README.md docs: adjust README 2026-06-15 08:45:35 +10:00
uninstall.sh feat: add support for linux(fedora) 2026-06-15 08:41:08 +10:00

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.