| layout | default |
|---|---|
| title | π dotfiles - Customize Your System for a Better Experience |
| description | π₯οΈ Customize your development environment with these dotfiles tailored for macOS, Arch Linux, and Fedora for a polished and efficient workflow. |
Welcome to the dotfiles repository! These are custom configuration files used on macOS, Arch Linux, and Fedora Workstation systems. By using these files, you can enjoy a seamless environment tailored to your needs.
To begin, follow the steps below to download and run the dotfiles:
-
Check Your System
Ensure you are using macOS, Arch Linux, or Fedora Workstation. The dotfiles will work best on these systems. -
Visit the Download Page
Click the link below to go to the Releases page where you can download the dotfiles.
Visit the Releases Page
-
Go to the Releases Page
Hereβs the link again for your convenience:
Download dotfiles -
Choose Your Version
On the Releases page, you will see a list of available versions. Select the version that fits your needs. -
Download the Files
Click the download link for the desired version. This will download a ZIP file containing all the necessary dotfiles. -
Extract the Files
Locate the downloaded ZIP file on your computer. Extract the contents to a folder of your choice. -
Move the Dotfiles
Copy the dotfiles from the extracted folder to your home directory. These files typically start with a dot (e.g.,.bashrc,.zshrc). Ensure to replace any existing files with the new ones if prompted. -
Configure Your Shell
If you are using Zsh, you may need to run the following command in your terminal to make Zsh your default shell:chsh -s $(which zsh) -
Start Using Your Customized Environment
Open a new terminal window, and your new settings will automatically apply. Enjoy your personalized setup!
The dotfiles in this repository provide a variety of customization options, including:
- User-Friendly Shell Configuration: Enjoy a streamlined workflow with improved command-line tools.
- Visual Themes: Use the Gruvbox theme to enhance the appearance of your terminal.
- Essential Development Tools: Access pre-configured settings for editors like Neovim and file managers like Ranger.
- Environment Setup: Quickly set up your programming environment on macOS or Linux with ease.
- Operating Systems: Requires macOS, Arch Linux, or Fedora Workstation.
- Terminal: Ensure you have a terminal emulator installed (e.g., Terminal on macOS, Gnome Terminal on Linux).
- Shell: Zsh is recommended, but Bash is also supported.
You may also want to customize your installation further by exploring these additional topics:
- Zsh Plugin Frameworks: Consider using frameworks like Oh My Zsh for additional functionality.
- Custom Scripts: Write your own scripts to automate tasks based on your specific workflow.
- Theme Adjustments: Experiment with different themes to find the one that suits you best.
No, these dotfiles are specifically designed for macOS and Linux environments.
If you encounter any issues, you can simply remove the installed dotfiles and restore the backups created during the installation process.
Yes, updates will be made periodically to enhance functionality and add new features. Check back on the Releases page for the latest versions.
If you want to improve this project, feel free to submit suggestions or improvements by creating an issue or pull request.
Thank you for choosing dotfiles! Enjoy a customized computing experience tailored to your workflow.