https://github.com/noxmor/.dotfiles
🔧 Collection of my configuration files and settings
https://github.com/noxmor/.dotfiles
bashrc dotfiles dotfiles-linux hypridle hyprland hyprlock hyprpaper kitty nvim stow tmux wallpapers waybar wofi yazi
Last synced: about 1 month ago
JSON representation
🔧 Collection of my configuration files and settings
- Host: GitHub
- URL: https://github.com/noxmor/.dotfiles
- Owner: Noxmor
- License: mit
- Created: 2024-04-27T10:10:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-05T11:20:47.000Z (about 2 months ago)
- Last Synced: 2025-04-05T11:31:16.587Z (about 2 months ago)
- Topics: bashrc, dotfiles, dotfiles-linux, hypridle, hyprland, hyprlock, hyprpaper, kitty, nvim, stow, tmux, wallpapers, waybar, wofi, yazi
- Language: Lua
- Homepage:
- Size: 863 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .dotfiles
Collection of my **Gruvbox**-themed dotfiles.---
## Prerequisites
This repository is organized in `packages` in order to be managed with GNU `stow`, which is a utility to avoid the burden of custom install scripts or manual installations for dotfiles.### Installing GNU `stow` on Arch Linux:
```bash
sudo pacman -S stow
```---
## How to install packages
1. See [Prerequisites](#prerequisites)
2. Clone this repository to your local machine:
```bash
git clone https://github.com/Noxmor/.dotfiles.git
```
3. Navigate into your local version of this repository and run the following command:
```bash
stow ...
```
> [!NOTE]
Every directory in this repository is a `package`.