Skip to content

FauxFaux/rc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 29, 2023
4471a82 · Sep 29, 2023
Jan 12, 2020
Apr 6, 2019
Dec 1, 2020
Sep 3, 2020
Feb 21, 2019
Oct 27, 2020
Jul 26, 2019
Mar 30, 2019
Jan 12, 2020
Jan 12, 2020
Jan 2, 2011
Sep 29, 2023
Apr 24, 2016
Jan 12, 2020
Nov 29, 2012
Oct 31, 2016
Dec 1, 2017
Dec 1, 2017
Sep 29, 2023
Jul 6, 2014
Jul 6, 2014
Apr 5, 2017
Oct 14, 2018
May 12, 2011
Oct 26, 2011
Dec 12, 2017
Apr 10, 2018
Jul 26, 2019
May 9, 2018
Aug 9, 2012

Repository files navigation

Installing on a clean Debian or Ubuntu machine:

sudo adduser faux
sudo adduser faux sudo
sudo apt install git zsh tmux connect-proxy
sudo chsh -s /bin/zsh faux

# proxy busting

if [ ! -z "$socks_proxy" ]; then
    printf '[url "git@github.com:"]\n\tinsteadOf = "git://github.com/"\n\tinsteadOf = "https://github.com/"\n' >> ~/.gitconfig
    mkdir .ssh
    printf 'Host *.com\n\tProxyCommand /usr/bin/connect-proxy -S '$socks_proxy' %%h %%p\n' >> .ssh/config
fi

# log out, log back in (with agent forwarding)

git clone --recursive https://github.com/FauxFaux/rc
tmux
rc/install.sh

Other things that this doesn't setup:

  • /etc/default/grub remove quiet and splash.
  • im-config -> xim, not ibus (which doesn't do colemauk properly)
  • Stop Gnome apps prefering Firefox even if update-alternatives points elsewhere: for m in x-scheme-handler/http{,s} text/html; do gvfs-mime --set $m chromium-browser.desktop; done
  • Fixup word characters for gnome-terminal, which has forgotten how to support urls.
  • Consider kernel.sysrq = 1 in /etc/sysctl.d/10-magic-sysrq.conf.
  • Ensure vconsoles (ctrl+alt+f2) are enabled; NAutoVTs in logind.conf or ACTIVE_CONSOLES in /etc/default/console-setup.
  • /usr/share/xsessions/xsession.desktop:
[Desktop Entry]
Name=Xsession
Exec=/etc/X11/Xsession