Compact and move useful dotfiles between environments.
- homebrew/linuxbrew
- vim (your favourite version)
- git
- zsh
First of all, clone the project:
git clone https://github.com/lrabbt/my-dotfiles.git
There's a convenience script called install.sh
, which ties the component's installation. Just run it and we're good to go :)
In case you want to install it manually, there is more information about the configuration in the section below. You can use effuse or create the symbolic links by yourself.
Check this link for effuse reference.
Most linux distributions have zsh in their default repositories, for more information check their official website.
Oh My Zsh! is being used to manage Zsh plugins and themes. For installation instructions, check their official website.
For terminal theme, we'll be using Powerline9K.
Install tmux with your package manager, or check their github page for more recent versions.
For basic tmux configuration, install Oh My Tmux!.
Depending on the theme being used, remember to have installed the powerline font on your terminal.
Used for tmux plugin management, check their github page.
After installation, run Prefix + I
to install all plugins configured on .tmux.conf.local
.
For Vim installation info, check their official website.
Vim configuration is pretty straight foward, it's using vim-plug to manage plugins. Remember to run :PlugInstall
the first time you run Vim to install plugins configured on .vimrc
.