- Notifications
You must be signed in to change notification settings - Fork0
diogoteles08/mySetup
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is the home (and by this I certainly mean~/
hehe) setup I usually use, which compiles some configurations for VIM and BASH.
- Enables VimPathogen, which makes it easy to add plugins to vim by just adding them to
~/.vim/bundle/
- The setup already comes with a few plugins enabled
- Enables vim key-bindings on bash terminal
- Makes Vim's default yank and paste point to the system's clipboard
Add the files to your home directory:
cd /~git initgit remote add origin git@github.com:diogoteles08/mySetup.gitgit pull origin main
If you already have configs on your .bashrc, you might be asked to merge with the .bashrc from this repo. As a solution, I keep local and/or private configurations on .bash_profile, which is imported on .bashrc. Then you can pass your existent configuration from .bashrc to .bash_profile, pull changes from the repo, and then merge as you like.