Last active
April 30, 2017 21:15
-
-
Save dim13/07c902d10c592f1f511de0ff1af4c347 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
export XUSERFILESEARCHPATH=$HOME/%N:$HOME/app-defaults/%N | |
setxkbmap -layout "us,ru" -option "grp:alt_space_toggle,grp_led:caps,caps:escape,compose:102" | |
eval `ssh-agent -s` | |
ssh-add < /dev/null | |
cwm | |
eval `ssh-agent -s -k` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment