/dotfiles-old

My Dotfiles

Primary LanguageVim ScriptMIT LicenseMIT

My DOTFILES (~/.)

Why?

Because I noticed that copying my Custom VIM, GIT, BASH and TMUX configs to work stations or servers took too much effort.

Notes

  • will overwrite any custom VIM configs that you have!
  • will overwrite any custom BASHRC configs that you have!
  • will overwrite any custom TMUX configs that you have!
  • requires: vim, curl, git, cmake, build-essential, python-dev, tmux, libclang-dev libboost-all-dev
  • optional: zsh

Installation

# Install requirements START
## FOR Ubuntu/Debian
sudo apt-get install vim-gtk curl git cmake build-essential python-dev python3-dev tmux -y

## OR

## FOR Babun
pact install vim curl git cmake gcc-core gcc-g++ python tmux

# Install requirements END

# Follow the prompts!
sh <(curl -sL https://raw.githubusercontent.com/skatzteyp/dotfiles/master/install)

Platform support

I have only tested this on ubuntu and debian based systems.

Docs

TODO: Make these...