https://github.com/zeuxisoo/my-dotfiles
My dotfiles
https://github.com/zeuxisoo/my-dotfiles
bash dotfiles shell
Last synced: about 2 months ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/zeuxisoo/my-dotfiles
- Owner: zeuxisoo
- Created: 2013-10-09T08:42:42.000Z (over 12 years ago)
- Default Branch: 2.x
- Last Pushed: 2025-03-16T13:16:25.000Z (over 1 year ago)
- Last Synced: 2025-03-16T14:24:40.419Z (over 1 year ago)
- Topics: bash, dotfiles, shell
- Language: Vim Script
- Size: 1.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Install
Checkout `dotfiles` to `~/.dotfiles` path
git clone git@github.com:zeuxisoo/my-dotfiles.git .dotfiles
Enter to `dotfiles` directory
cd ~/.dotfiles
Link all `dotfiles` to `$HOME`
bash install.sh link
Install vim plugin
vim
:PluginInstall
### Uninstall
Enter to `dotfiles` directory
cd ~/.dotfiles
Unlink all `dotfiles` from `$HOME`
bash install.sh unlink
Remove the `dotfiles` directory
rm -rf ~/.dotfiles