This commit is contained in:
Nemo 2019-02-02 20:45:53 +05:30
parent 96ac1d4a6c
commit 3392030c3d
3 changed files with 8 additions and 2 deletions

View File

@ -19,6 +19,7 @@ pathadd '/sbin'
pathadd '/home/nemo/projects/scripts/'
pathadd "$HOME/.phpenv/bin"
pathadd "$HOME/apps/ec2/bin"
pathadd "$HOME/.gem/ruby/2.6.0/bin"
# Python virtualenv
export WORKON_HOME=~/.virtualenvs

View File

@ -3,9 +3,9 @@
<!--More or less recommended resolutions (16:10 format): 2560x1600, 1920x1200, 1680x1050, 1440x900, 1280x800-->
<!--Note: The game will work in ANY resolution you set, but it won't look as intended.-->
<!--mode=0 is windowed, mode=1 is fullscreen windowed, mode=2 is fulscreen-->
<Video width="2560" height="1080" mode="1" stretchToFit="1" maxFPS="60" vsync="false" monitor="3" gore="2" skipLogo="true"/>
<Video width="1920" height="1080" mode="2" stretchToFit="1" maxFPS="60" vsync="false" monitor="3" gore="2" skipLogo="true"/>
<Sound masterVolume="1" musicVolume="1" gameVolume="1" ambientalVolume="1" dynamicReverb="1"/>
<Game scrollSpeed="0.1" allowZoomPan="1" previewLOS="1" showSoundsRange="1" showLoadingScreens="1" coloredPaths="1" keepPrevPlan="1" invertHUD="0"/>
<Game scrollSpeed="0.1" allowZoomPan="1" previewLOS="1" showSoundsRange="1" showLoadingScreens="1" coloredPaths="1" keepPrevPlan="0" invertHUD="0"/>
<DevMode value="false" useRandomMapPool="false" fullDebugOutput="false"/>
<KHGCloud uniqueId=""/>
<Language value="English"/>

View File

@ -19,3 +19,8 @@ Host 35.*.*.*
Host aur.archlinux.org
IdentityFile ~/.ssh/aur.pem
User aur
Host sydney
User nemo
Port 222
HostName sydney.captnemo.in