Personal dotfiles and setup scripts.
Includes configurations for:
- zsh
- neovim
- tmux
- wezterm
- i3wm
- polybar
- rofi
- vimrc
- p10k
- Fedora
./install-packages.shgit clone git@github.com:matusstafura/dotfiles.git
./install.shFor systemd services, enable them with:
./install-systemd.shInstalls just zsh + oh-my-zsh + powerlevel10k (set as default shell) and vim + vimrc + vim-plug. No neovim, tmux, wezterm, or desktop stuff. Works on a fresh Ubuntu/Debian server with nothing cloned yet:
curl -fsSL https://raw.githubusercontent.com/matusstafura/dotfiles/main/bin/bootstrap-remote.sh | bashOr, if you already cloned the repo to ~/dotfiles:
~/dotfiles/bin/bootstrap-remote.shThe script is idempotent — safe to re-run on the same box.