Xah Linux Setup

By Xah Lee. Date: . Last updated: .

This page is my personal Linux setup. I write them down here so i can follow them on new box.

LXDE Desktop and User Interface Tweak

Install lxde desktop. [see Linux: How to Switch to LXDE, Xfce]

Keyboard

Mouse

Firefox

Window Theme Preference

xah lxde openbox theme 2017 03 11
Xah LXDE/Openbox theme 2017-03-11

To set up lxde theme

  1. in terminal, run obconf, pick what you like, suppose the theme name is xyz.
  2. open /usr/share/themes/xyz/openbox-3/themerc, edit it. (backup the file first). Or, make a copy of the whole directory, name it as a new theme.
  3. In obconf, use arrow key to switch to the theme to see update right away. (relaunch obconf if you created your own.)
xfce window manager gtk theme
xfce window manager GTK theme year 2012. (no longer available).

[see User Interface Design Criterions]

Font

Install Software

sudo apt-get install build-essential
sudo apt-get install ssh
sudo apt-get install vim
sudo apt-get install tmux

sudo apt-get install git
sudo apt-get install subversion
sudo apt-get install curl
sudo apt-get install unison
sudo apt-get install htop


# maybe. some are outdated

sudo apt-get install imagemagick
sudo apt-get install optipng

sudo apt-get install tree
sudo apt-get install bash-doc
sudo apt-get install lynx
sudo apt-get install colordiff

# key
sudo apt-get install wmctrl

# music player
sudo apt-get install moc

# image viewer
sudo apt-get install feh

Bash Setup

Linux: Bash Prompt Setup

Emacs Setup

How to Build Emacs on Linux

other optional install

sudo apt-get install ruby
sudo apt-get install ocaml
sudo apt-get install scsh
sudo apt-get install clisp
xfce desktop screenshot 2012-10-15
Xah Linux desktop 2012, running xfce.

thanks to Fuqiao Xue (xfq) https://github.com/xfq/

Linux in Microsoft Windows