https://github.com/wellle/dotfiles
vim, zsh, tmux etc.
https://github.com/wellle/dotfiles
dotfiles git-alias git-configuration tmux-conf vimrc
Last synced: 12 days ago
JSON representation
vim, zsh, tmux etc.
- Host: GitHub
- URL: https://github.com/wellle/dotfiles
- Owner: wellle
- Created: 2014-03-27T09:29:25.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T20:08:01.000Z (about 7 years ago)
- Last Synced: 2025-04-01T07:21:53.638Z (about 1 month ago)
- Topics: dotfiles, git-alias, git-configuration, tmux-conf, vimrc
- Language: Vim script
- Size: 101 KB
- Stars: 30
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
Clone into `~/dotfiles`.
Create backups in `~/dotfiles/backups/` and create symlinks. Won't override backups, aborts instead.
```sh
make install
```Delete backups to allow new `make install`.
```sh
make delete
```