An open API service indexing awesome lists of open source software.

https://github.com/johncmanuel/.dotfiles

john's .dotfiles
https://github.com/johncmanuel/.dotfiles

dotfiles

Last synced: 2 months ago
JSON representation

john's .dotfiles

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
```