https://github.com/iliana/dotfiles
novel and fascinating ways to make computers not fucking work
https://github.com/iliana/dotfiles
Last synced: 3 months ago
JSON representation
novel and fascinating ways to make computers not fucking work
- Host: GitHub
- URL: https://github.com/iliana/dotfiles
- Owner: iliana
- Created: 2020-01-19T20:50:51.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-09-01T04:56:38.000Z (4 months ago)
- Last Synced: 2025-09-01T06:48:11.534Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 209 KB
- Stars: 22
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
# iliana's dotfiles

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](https://harfangk.github.io/2016/09/18/manage-dotfiles-with-a-git-bare-repository.html) [different](https://www.atlassian.com/git/tutorials/dotfiles) [ways](https://www.google.com/search?q=dotfiles+bare+git+repo).
For reference, I use macOS and Arch Linux on my desktop machines, mostly NixOS for servers ([here are my NixOS configurations](https://git.iliana.fyi/nixos-configs)), and illumos for work.
The description for this repo comes from [this excellent tweet](https://web.archive.org/web/20211120005609/https://twitter.com/cakesandcourage/status/1461481653059129345).
## iliana's cheat sheet
curl https://ili.fyi/dotfiles.sh | sh
## Firefox about:config tweaks
- apz.overscroll.enabled: false
- 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](https://iliana.fyi/blog/firefox-pinned-tab-attention-icon/))
References: