Skip to content

Commit

Permalink
Merge branch 'master' of github.com:anund/.home
Browse files Browse the repository at this point in the history
  • Loading branch information
Anund committed Jan 5, 2016
2 parents acfbe76 + ff3547a commit c72273d
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 32 deletions.
27 changes: 0 additions & 27 deletions .Xdefaults

This file was deleted.

8 changes: 4 additions & 4 deletions Xresources
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ Xft.hintstyle: hintfull
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
URxvt.font: xft:Droid Sans Mono:size=18, \
xft:WenQuanYi Zen Hei Mono:size=18, \
URxvt.font: \
xft:Droid Sans Mono:size=18, \
xft:FreeSerif:style=Regular, \
xft:Unifont:style=Medium:antialias=false
! URxvt.font: xft:Monaco:size=18
xft:Unifont:style=Medium:antialias=false, \
xft:WenQuanYi Zen Hei Mono:size=18

! Set scrollbar style to rxvt, plain, next or xterm.
URxvt.scrollstyle: plain
Expand Down
4 changes: 3 additions & 1 deletion git/gitconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[core]
excludesfile = /home/backup/.gitignore_global
excludesfile = ~/.gitignore_global
[user]
email = [email protected]
name = Anund
[push]
default = simple
[merge]
tool = vimdiff
24 changes: 24 additions & 0 deletions init
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#!/bin/bash
set -e -v -o pipefail

cd ~

# directories
rm -rf .vim; ln -sf ~/.home/vim .vim

# git
ln -s ~/.home/git/gitconfig .gitconfig
ln -s ~/.home/git/gitignore_global .gitignore_global

# xmonad
ln -s ~/.home/xmonad/xmobarrc .xmobarrc
mkdir .xmonad
ln -s ~/.home/xmonad/xmonad.hs .xmonad/xmonad.hs

# uxrvt
ln -s ~/.home/Xdefaults .Xdefaults
ln -s ~/.home/Xresources .Xresources

# X
touch .startxmonad
ln -sf ~/.home/xinitrc .xinitrc

0 comments on commit c72273d

Please sign in to comment.