Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/brandoncardoso/.dotfiles
- Owner: brandoncardoso
- Created: 2013-03-04T02:32:56.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T07:31:54.000Z (9 months ago)
- Last Synced: 2024-04-14T04:31:14.213Z (9 months ago)
- Topics: configuration, dotfiles, stow, symlinks
- Language: Lua
- Homepage:
- Size: 12.4 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.