https://github.com/axxander/dotfiles
[WIP] My personal dotfiles, managed with GNU stow
https://github.com/axxander/dotfiles
dotfiles gnu-stow
Last synced: 2 months ago
JSON representation
[WIP] My personal dotfiles, managed with GNU stow
- Host: GitHub
- URL: https://github.com/axxander/dotfiles
- Owner: axxander
- Created: 2025-06-13T04:35:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-13T04:40:06.000Z (about 1 year ago)
- Last Synced: 2025-06-13T05:30:43.941Z (about 1 year ago)
- Topics: dotfiles, gnu-stow
- Language: Shell
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
This directory contains the dotfiles for my system.
## Requirements
Ensure you have the following installed on your system
### Git
```
brew install git
```
### GNU Stow
```
brew install stow
```
## Setup
First, check out the dotfiles repository in your home directory
```
cd ~
git checkout https://github.com/axxander/dotfiles
```
then move to your `dotfiles` directory and then run GNU stow to create symlinks
```
cd ~/dotfiles
stow */
```
Within `~/dotfiles`, we have a directory for each configuration. When within any given directory, you ust write your configurations as if you were in the home directory. `stow */` is equivalent to running `stow ` for all stow packages.