Created
November 12, 2013 12:57
-
-
Save nobsun/7430373 to your computer and use it in GitHub Desktop.
Lenovo ThinkPad X240s に Ubuntu 13.10 amd64 ja をインストール直後の設定 ref: http://qiita.com/nobsun/items/5b59358ec75c9b503ddd
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
$ sudo apt-get update | |
$ sudo apt-get upgrade |
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
$ setxkbmap -option ctrl:nocaps |
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
$ LANG=C xdg-user-dirs-gtk-update |
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
$ sudo apt-get install zsh | |
$ chsh |
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
$ sudo apt-get install emacs ddskk | |
$ cp -a Setting/.emacs.d . |
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
$ sudo apt-get install haskell-platform-prof haskell-platform-doc darcs | |
$ cabal update | |
$ cabal install cabal-instal |
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
$ sudo apt-get install git-core |
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 | |
xinput --set-prop "SynPS/2 Synaptics TouchPad" "Device Accel Constant Deceleration" 1000 | |
xinput --set-prop "SynPS/2 Synaptics TouchPad" "Device Accel Velocity Scaling" 0.01 | |
xinput --set-prop "SynPS/2 Synaptics TouchPad" "Synaptics Scrolling Distance" 1, 1 | |
xinput --set-prop "SynPS/2 Synaptics TouchPad" "Synaptics Gestures" 0 | |
xinput --set-prop "SynPS/2 Synaptics TouchPad" "Synaptics Edges" 0, 8000, 0, 6000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment