https://github.com/matsest/dotfiles
config files and such
https://github.com/matsest/dotfiles
bash bashrc dotfiles gitconfig linux tmux ubuntu vim vimrc
Last synced: 3 months ago
JSON representation
config files and such
- Host: GitHub
- URL: https://github.com/matsest/dotfiles
- Owner: matsest
- Created: 2016-10-25T21:45:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T22:11:57.000Z (over 1 year ago)
- Last Synced: 2025-03-27T01:53:25.505Z (over 1 year ago)
- Topics: bash, bashrc, dotfiles, gitconfig, linux, tmux, ubuntu, vim, vimrc
- Language: Shell
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
Uses [`stow`](https://www.gnu.org/software/stow/manual/stow.html) to manage symlinks.
## Usage
```bash
# Install repo in home directory
cd ~
git clone
cd dotfiles
# Create symlink for a package
stow
```