thegedge / dotfiles

Various .* files I use (.vimrc, .bash_profile, etc)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I've moved to nix for dotfiles management, so I'm no longer using or update these


My personal dotfiles. Comes with:

  • a personal shell configuration, centered around Zsh,
  • vim-plug (plugin manager for Vim),
  • a personal vim configuration,
  • a personal git configuration, with commong ignore patterns, and
  • a personal tmux configuration.

Installation

Basic setup

git clone --bare https://github.com/thegedge/dotfiles.git $HOME/.dotfiles
git --git-dir=$HOME/.dotfiles --work-tree=$HOME checkout master
exec zsh
dotfiles submodule update --init
dotfiles config --local status.showUntrackedFiles no
vim +UpdateRemotePlugins +PlugUpdate
exec zsh

Powerline fonts

TMPDIR=/tmp
git clone --depth=1 'https://github.com/powerline/fonts.git' "$TMPDIR/powerline-fonts"
$TMPDIR/powerline-fonts/install.sh
rm -rf "$TMPDIR/powerline-fonts"

About

Various .* files I use (.vimrc, .bash_profile, etc)

License:MIT License


Languages

Language:Vim Script 50.2%Language:Shell 44.3%Language:Awk 3.6%Language:Ruby 1.9%