iliana / dotfiles

novel and fascinating ways to make computers not fucking work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iliana's dotfiles

image

I find it is important to share little parts of how I operate a computer to others who are also cursed to operate computers.

These dotfiles are tracked in a bare git repository. This technique has been described in many different ways.

For reference, I use macOS and Arch Linux on my desktop machines, mostly NixOS for servers (here are my NixOS configurations), and illumos for work.

The description for this repo comes from this excellent tweet.

iliana's cheat sheet

git clone --bare https://github.com/iliana/dotfiles.git ~/.dotfiles.git
alias dotfiles='git --git-dir=$HOME/.dotfiles.git/ --work-tree=$HOME'
dotfiles config --local status.showUntrackedFiles no
dotfiles checkout
dotfiles submodule update --init --recursive

Firefox about:config tweaks

  • browser.eme.ui.enabled: false
  • browser.tabs.closeWindowWithLastTab: false
  • extensions.pocket.enabled: false
  • media.eme.enabled: false
  • pdfjs.disabled: true (ymmv)
  • toolkit.legacyUserProfileCustomizations.stylesheets: true (also userChrome.css)

References: https://support.mozilla.org/en-US/questions/1388341

About

novel and fascinating ways to make computers not fucking work


Languages

Language:Shell 82.3%Language:Python 10.8%Language:Lua 4.1%Language:Vim Script 2.8%