Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brandoncardoso/.dotfiles

Configuration files for various programs.
https://github.com/brandoncardoso/.dotfiles

configuration dotfiles stow symlinks

Last synced: 12 days ago
JSON representation

Configuration files for various programs.

Awesome Lists containing this project

README

        

# .dotfiles
Configuration files for various programs.

## How to use/install
This repo is setup to use [GNU Stow](https://www.gnu.org/software/stow/) to create symlinks in your home directory to all of the configuration files for each application.

Clone into your home directory (or use Stow's `--target` flag) and install the git submodules.
```
cd ~
git clone [email protected]:BrandonCardoso/.dotfiles.git
cd .dotfiles
git submodule update --init --recursive
```

Use `stow -v ` to create symlinks to the configuration files in ``.

`stow -v --simulate ` to preview the changes before applying.