/homefiles

my home directory dotfiles, bin files, etc.

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Homefiles

Usage

Initial checkout:

git clone --recursive git://github.com/tschutter/homefiles.git $HOME/.homefiles
$HOME/.homefiles/install.sh
install-essentials

Update:

cd $HOME/.homefiles
git pull
git submodule update --init --recursive
./install.sh
install-essentials

Manual Configuration

Some configuration is difficult to do via scripts.

XUbuntu / xfce

  1. Settings -> Settings Manager -> Window Manager -> Keyboard

    • In the "Window operations menu" row, select "<Alt>space" and click on the "Clear" button.

      Alt-space is reserved for just-one-space in Emacs.

Linux Mint

  1. Control Center -> Keyboard Shortcuts -> Window Management

    • In the "Activate the window menu" row, select "Alt+Space" and press backspace.

      Alt-space is reserved for just-one-space in Emacs.