Meticulously crafted dotfiles for a POSIX-compliant environment. Powered by Hyprdots, this configuration replicates the features showcased in this demo.
- Window Manager: Hyprland, powered by prasanthrangan's Hyprdots for a truly captivating desktop experience.
- Text Editor: Neovim / Neovide 🎨, elevated by NChad 🚀 for a visually stunning, feature-rich, and streamlined experience.
- Shell: Zsh, providing a powerful and customizable command-line interface. Supercharged by Zinit for effortless plugin management.
- PDF Viewer: Zathura, a lightweight and keyboard-driven PDF viewer.
- Alternative Window Manager: i3, a reliable fallback for Xorg-based sessions when needed.
- Clone the repository: into any folder of your choice. Note that it doesn't need to be inside
~/.config
.git clone git@github.com:arinal/dotfiles.git
- To use the non Hyprland configurations, create symbolic links to the corresponding folders within your
~/.config
directory. For example:ln -s /path/to/dotfiles/nvim ~/.config/nvim ln -s /path/to/dotfiles/zathura ~/.config/zathura ln -s /path/to/dotfiles/zsh ~/.config/zsh ln -s /path/to/dotfiles/i3 ~/.config/i3
- For Hyprland setup:
- Install Hyprdots by following the instructions in its repository. This will also install Hyprland. Ideally, this is executed right after a fresh ArchLinux installation.
- You can find inspiration and customize it to your liking from this repository.