No description
- QML 94.3%
- Shell 2.1%
- Lua 1.9%
- JavaScript 1.1%
- CSS 0.3%
- Other 0.3%
| .config | ||
| .dotfiles-meta | ||
| .local/share | ||
| .p10k.zsh | ||
| .profile | ||
| .zshrc | ||
| dotfiles-init.sh | ||
| installer.sh | ||
| README.md | ||
hyprnoct-dots
Personal dotfiles for my CachyOS setup running Hyprland + Noctalia Shell.
Stack
- WM — Hyprland
- Shell — Noctalia Shell
- Terminal — Alacritty / Kitty
- Prompt — Powerlevel10k
- Browser — Zen
- Bar / Widgets — Noctalia
- Theme — Noctalia color scheme
Install
Requires a fresh CachyOS install with Hyprland and Noctalia Shell already set up.
bash -c "$(curl -fsSL https://git.fuge.dev/Fuge/hyprnoct-dots/raw/branch/main/installer.sh)"
This will:
- Clone the dotfiles into
~/.dotfiles - Install packages via
paru - Install Deno and Node LTS
- Change default shell to zsh
- Optionally configure SDDM autologin
Re-init (on existing machine)
bash -c "$(curl -fsSL 'https://git.fuge.dev/Fuge/hyprnoct-dots/raw/branch/main/dotfiles-init.sh')"
Notes
- Package lists are in
.dotfiles-meta/— generated on init, used by the installer installer.shanddotfiles-init.share included in the repo root