From f311d0b88b6fa4a50fb94bb9336708c646801fe8 Mon Sep 17 00:00:00 2001 From: "chawley (hannibal)" Date: Wed, 13 Dec 2017 19:53:35 -0500 Subject: [PATCH] Tweaked dosbox conf and added .crawlrc --- .dosbox/dosbox-0.74.conf | 3 ++- .gitconfig | 3 +++ Makefile | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.dosbox/dosbox-0.74.conf b/.dosbox/dosbox-0.74.conf index bc604e4..3f68414 100644 --- a/.dosbox/dosbox-0.74.conf +++ b/.dosbox/dosbox-0.74.conf @@ -24,7 +24,8 @@ fullscreen=false fulldouble=false fullresolution=original -windowresolution=1024x576 +#windowresolution=1024x576 +windowresolution=1280x960 output=overlay autolock=true sensitivity=100 diff --git a/.gitconfig b/.gitconfig index 406adf0..fd37e45 100644 --- a/.gitconfig +++ b/.gitconfig @@ -21,3 +21,6 @@ default = simple [color] ui = true +[user] + name = chawley (hannibal) + email = chawley@planethawleywood.com diff --git a/Makefile b/Makefile index d3b00ae..471e87e 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ softlinks: dependencies @test -L ${HOME}/.gitconfig || ln -s ${HOME}/dotfiles/.gitconfig ${HOME}/.gitconfig @test -L ${HOME}/.abcde.conf || ln -s ${HOME}/dotfiles/.abcde.config ${HOME}/.abcde.conf @test -L ${HOME}/.conkyrc || ln -s ${HOME}/dotfiles/.conkyrc ${HOME}/.conkyrc + @test -L ${HOME}/.crawlrc || ln -s ${HOME}/dotfiles/.crawlrc ${HOME}/.crawlrc @test -L ${HOME}/.dosbox || ln -s ${HOME}/dotfiles/.dosbox ${HOME}/.dosbox @test -L ${HOME}/.ssh/config || ln -s ${HOME}/dotfiles/.ssh/config ${HOME}/.ssh/config @test -L ${HOME}/.gitconfig || ln -s ${HOME}/dotfiles/.gitconfig ${HOME}/.gitconfig @@ -16,7 +17,7 @@ softlinks: dependencies gitconfig: dependencies softlinks - git config --global user.name "${USER} (${HOSTNAME})" + git config --global user.name "${USER} (${HOST})" git config --global user.email chawley@planethawleywood.com dependencies: