/dotfiles

My dotfiles revamped

Primary LanguagePerlApache License 2.0Apache-2.0

dotfiles Build Status

My dotfiles revamped

This dotfiles repo is what I use to setup my systems.

Setup

  • Clone this repo and run setup.sh script
  • Start feeling the awesomeness

Whats in here

  • vim configurations that I use along with spf13-vim
  • vim configurations that I use along with SpaceVim and Neovim
  • tmux configuration
  • bash aliases
  • bash prompt based on this
  • global gitignore and my git configuration
  • global editorconfig
  • httpie configuration
  • my bash functions
  • ssh config

Reinstall vim

  • If you wish to re-install/upgrade spacevim, you can set FORCE_SPACEVIMINSTALL to some value and this will enforce installation of vim stuff while running setup.sh even if vim is already configured.
FORCE_SPACEVIMINSTALL=yup ./setup.sh

Notes

  • For git diff, I'm using diff-so-fancy so make sure you have if you use this .gitconfig
  • Put your personal information for ssh on ~/.ssh/config.local. This requires OpenSSH >= 7.3. See Install Instruction for OpenSSH7.4 on Ubuntu 16.04