https://github.com/johncmanuel/.dotfiles
john's .dotfiles
https://github.com/johncmanuel/.dotfiles
dotfiles
Last synced: 2 months ago
JSON representation
john's .dotfiles
- Host: GitHub
- URL: https://github.com/johncmanuel/.dotfiles
- Owner: johncmanuel
- Created: 2023-03-13T03:58:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-07-26T03:14:52.000Z (12 months ago)
- Last Synced: 2025-07-31T23:29:18.070Z (12 months ago)
- Topics: dotfiles
- Language: Lua
- Homepage:
- Size: 516 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# john's .dotfiles
collection of dotfiles for software i use. probably might add some software installers too
## Usage
Clone the repository to your home directory:
```bash
git clone https://github.com/johncmanuel/.dotfiles.git ~/.dotfiles
cd ~/.dotfiles
# TODO: run install script: install.sh
```
Install the software for the dotfiles you want to use, then symlink the dotfiles to your home directory via GNU Stow!
Example usage of stow:
```bash
cd ~/.dotfiles
stow stow
```