Skip to content

Commit

Permalink
Updated for dropbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Manville committed Jun 24, 2015
1 parent 0b4acb8 commit da283d3
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
dotfiles
========

http://linuxg.net/how-to-install-vim-7-4-on-ubuntu-13-10-13-04-12-04-linux-mint-16-15-13-and-debian-sid/
4 changes: 2 additions & 2 deletions gitconfig
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[user]
email = tdmanville@maginatics.com
email = manville@dropbox.com
name = Tom Manville
[core]
editor = vim
[push]
default = simple
default = simple
[diff]
tool = vimdiff
[difftool]
Expand Down
2 changes: 1 addition & 1 deletion tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ bind C-l select-pane -R
#set -g default-terminal "xterm"
#sudo pip install git+git://github.com/Lokaltog/powerline
source /usr/local/lib/python2.7/dist-packages/powerline/bindings/tmux/powerline.conf
source ~/.local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf
#source ~/.local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf

set-option -g default-terminal "screen-256color"

Expand Down
15 changes: 15 additions & 0 deletions tmux.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#! /bin/sh
#
# font.sh
# Copyright (C) 2015 manville <manville@manville-vm>
#
# Distributed under terms of the MIT license.
#


wget https://github.com/Lokaltog/powerline/raw/develop/font/PowerlineSymbols.otf https://github.com/Lokaltog/powerline/raw/develop/font/10-powerline-symbols.conf
sudo apt-get install fontconfig
sudo mv PowerlineSymbols.otf /usr/share/fonts/
sudo fc-cache -vf
sudo mv 10-powerline-symbols.conf /etc/fonts/conf.d/

14 changes: 14 additions & 0 deletions vim.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#! /bin/sh
#
# vim.sh
# Copyright (C) 2015 manville <manville@manville-vm>
#
# Distributed under terms of the MIT license.
#


sudo add-apt-repository ppa:fcwu-tw/ppa

sudo apt-get update

sudo apt-get install vim
1 change: 1 addition & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,7 @@ Bundle 'vim-scripts/autoload_cscope.vim'
Bundle 'SirVer/ultisnips'
Bundle 'Valloric/YouCompleteMe'
Bundle 'salsifis/vim-transpose'
Bundle 'fatih/vim-go'


filetype plugin indent on
Expand Down

0 comments on commit da283d3

Please sign in to comment.