https://github.com/kmmenna/dotfiles
My personal dotfiles configuration
https://github.com/kmmenna/dotfiles
shell zsh
Last synced: 26 days ago
JSON representation
My personal dotfiles configuration
- Host: GitHub
- URL: https://github.com/kmmenna/dotfiles
- Owner: kmmenna
- Created: 2025-02-28T02:46:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-14T02:37:53.000Z (5 months ago)
- Last Synced: 2026-02-14T09:22:11.199Z (5 months ago)
- Topics: shell, zsh
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My dotfiles
This directory contains the dotfiles for my system
## Requirements
Ensure you have the following installed on your system
### Git
```
pacman -S git
```
### Stow
```
pacman -S stow
```
## Installation
First, check out the dotfiles repo in your $HOME directory using git
```
$ git clone git@github.com/kmmenna/dotfiles.git .dotfiles
$ cd .dotfiles
```
then use GNU stow to create symlinks to the modules, like git:
```
$ stow git
```