https://github.com/regexpressyourself/.files
🐧 Config files
https://github.com/regexpressyourself/.files
emacs git i3 linux stow tmux vim zsh
Last synced: 5 months ago
JSON representation
🐧 Config files
- Host: GitHub
- URL: https://github.com/regexpressyourself/.files
- Owner: regexpressyourself
- Created: 2016-12-10T16:07:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-06-16T17:17:07.000Z (about 1 year ago)
- Last Synced: 2025-06-16T18:33:00.266Z (about 1 year ago)
- Topics: emacs, git, i3, linux, stow, tmux, vim, zsh
- Language: Vim script
- Homepage:
- Size: 77 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sam's Dotfiles
- [Mac setup](./docs/macbook-process.md)
## Setting Up
All these files are managed using [https://www.gnu.org/software/stow](GNU's stow). It was originally made to keep different versions of programs organized neatly, but ends up working well as a kind of symlink manager. To link up files just run:
(NOTE: Make sure that this repo is directly in your home directory)
```
$ stow
```
For example, if you want to link up my vim files, you could run:
```
$ stow vim
```
To link everything up at once, you can just string the arguments together:
```
$ stow emacs git i3 scripts tmux vim x zsh
```