https://github.com/manelli/dotfiles
https://github.com/manelli/dotfiles
bash dotfiles tmux vim
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/manelli/dotfiles
- Owner: manelli
- Created: 2014-04-02T19:07:12.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2026-01-22T00:27:33.000Z (5 months ago)
- Last Synced: 2026-01-22T13:51:23.642Z (5 months ago)
- Topics: bash, dotfiles, tmux, vim
- Language: Vim Script
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dotfiles
========
## Installation
1) Clone this repo into `~/dotfiles`
``` bash
git clone https://github.com/manelli/dotfiles ~/dotfiles
```
2) Run the script
``` bash
cd ~/dotfiles
./dotfiles.sh
```
3) Done!
## dotfiles.sh
The `dotfiles.sh` script will:
1. Back up any existing dotfiles in `~/` to `~/dotfiles_backup/`
2. Link the dotfiles in `~/dotfiles/` to `~/`
---
## Custom binaries
Custom binaries go in `~/.bin`
## Custom configuration
Custom configuration and aliases go in `~/.customrc`
## Vim Plugs installation
In vim run the following command: `:PlugUpdate`
### Requirements
- [vim 8.1+](https://github.com/vim/vim)
- [tmux](https://github.com/tmux/tmux)
- [rg](https://github.com/BurntSushi/ripgrep)