8000 GitHub - AD-Archer/dotfiles: My personal Arch Linux dotfiles, configured for a smooth and efficient workflow. Optimized for Hyprland, with custom scripts, keybindings, and theming to enhance my Linux experience.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

My personal Arch Linux dotfiles, configured for a smooth and efficient workflow. Optimized for Hyprland, with custom scripts, keybindings, and theming to enhance my Linux experience.

Notifications You must be signed in to change notification settings

AD-Archer/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

This repository contains my personal dotfiles managed with GNU Stow. These dotfiles are configured for my workflow across different environments.

Installation

Clone the repository and use stow to symlink the configurations:

# Clone the repository
git clone https://github.com/ad-archer/dotfiles.git ~/.dotfiles
cd ~/.dotfiles

# Symlink specific configurations
stow . for everything

Structure

Each directory corresponds to a specific application, and stow is used to manage the symlinks:

.dotfiles/
├── zsh/
│   ├── .zshrc
├── hyprland/
│   ├── .config/hypr/
├── nvim/
│   ├── .config/nvim/

Notes

  • Ensure stow is installed (sudo pacman -S stow on Arch Linux).
  • Run stow -D <package> to remove symlinks.
  • Modify configurations as needed before stowing.
  • Reference: YouTube Guide on Stow

License

MIT License

About

My personal Arch Linux dotfiles, configured for a smooth and efficient workflow. Optimized for Hyprland, with custom scripts, keybindings, and theming to enhance my Linux experience.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0