Tonkpils / dotfiles

dotfiles for development configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Some useful configurations for my development workflow

Install

$ git clone --recursive https://github.com/Tonkpils/dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles
$ ./bootstrap.sh

If certain files are already in place it will ask to overwrite or back them up. Any file with extension .symlink will be linked to $HOME during the bootstrap process.

Reminders

Tmux Plugins

Ensure you run C-I in a tmux session to install all plugins

Adding Vim Plugins

Plugins are managed through Vundle. The list of plugins can be found in vim/vimrc.

Authenticate GitHub

  • Setup GPG keys
  • gh auth login and gh auth setup-git

TODO

  • Setup SSH keys and add to Github and Heroku
  • Install stuff
  • Ensure custom themes are installed after oh-my-zsh

About

dotfiles for development configuration


Languages

Language:Vim Script 79.5%Language:Shell 19.7%Language:Ruby 0.9%