Skip to content

Instantly share code, notes, and snippets.

@nobsun
Created November 12, 2013 12:57
Show Gist options
  • Save nobsun/7430373 to your computer and use it in GitHub Desktop.
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
$ sudo apt-get update
$ sudo apt-get upgrade
$ setxkbmap -option ctrl:nocaps
$ LANG=C xdg-user-dirs-gtk-update
$ sudo apt-get install zsh
$ chsh
$ sudo apt-get install emacs ddskk
$ cp -a Setting/.emacs.d .
$ sudo apt-get install haskell-platform-prof haskell-platform-doc darcs
$ cabal update
$ cabal install cabal-instal
$ sudo apt-get install git-core
#!/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