Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hfreire/my-dotfiles
https://github.com/hfreire/my-dotfiles
bash dotfiles dotfiles-linux dotfiles-macos git tmux vim
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hfreire/my-dotfiles
- Owner: hfreire
- Created: 2019-01-16T20:45:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-07T16:11:26.000Z (about 2 years ago)
- Last Synced: 2024-11-18T04:51:56.524Z (2 months ago)
- Topics: bash, dotfiles, dotfiles-linux, dotfiles-macos, git, tmux, vim
- Language: Vim Script
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
stow -t ~/ -S vim
vim --noplugin -u vim/.vimrc "+set hidden" "+syntax on" +PluginClean! +PluginInstall +qall
stow -t ~/ -D vim
git subtree add --prefix vim/.vim/bundle/Vundle.vim https://github.com/VundleVim/Vundle.vim.git master --squash
git subtree pull --prefix vim/.vim/bundle/Vundle.vim https://github.com/VundleVim/Vundle.vim.git master --squash