aerohit / dotfiles

config files for vim, bash, zsh etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation instructions

Git

ln -s ~/dotfiles/git/gitconfig ~/.gitconfig

Bash

Source the bashrc (in .bashrc or .zshrc) as follows:

source ~/dotfiles/bashrc

Fish shell

ln -s ~/dotfiles/fish/config.fish ~/.config/fish/config.fish
ln -s ~/dotfiles/fish/functions ~/.config/fish/functions

Neovim

Create the config directory

mkdir -p ~/.config/nvim

And then link the config files

ln -s ~/dotfiles/nvim/nvimrc ~/.config/nvim/init.vim
ln -s ~/dotfiles/nvim ~/.config/nvim

Install https://github.com/junegunn/vim-plug

Tmux

ln -s ~/dotfiles/tmux.conf ~/.tmux.conf

Powerline

Instal the fonts from here https://github.com/powerline/fonts

Configure Tmux powerline

mkdir -p ~/.config/powerline
mkdir -p ~/.config/powerline/themes/tmux
ln -s ~/dotfiles/powerline/config.json ~/.config/powerline/config.json
ln -s ~/dotfiles/powerline/themes/tmux/custom.json ~/.config/powerline/themes/tmux/custom.json

Ruby things

ln -s ~/dotfiles/gemrc ~/.gemrc
ln -s ~/dotfiles/rspec .rspec

About

config files for vim, bash, zsh etc.


Languages

Language:Vim Script 69.2%Language:Shell 30.8%