Compare commits
No commits in common. "69c4618472f2a7a5a06ee2dbfa1966b874bbe2a8" and "3ee500f5d03e635067781270fd93bd4647778ee0" have entirely different histories.
69c4618472
...
3ee500f5d0
3 changed files with 3 additions and 11 deletions
|
@ -29,11 +29,4 @@ NOTE: Sway uses swayfx now, which has a bunch of effects
|
||||||
---
|
---
|
||||||
|
|
||||||
- NOTE: `librewolf/prefs.js` MUST end in a newline for `read` to work
|
- NOTE: `librewolf/prefs.js` MUST end in a newline for `read` to work
|
||||||
- [userChrome.css stolen from aagaming](https://git.catvibers.me/aa/nix/src/commit/42c4ee8d52538ee5f53045a90f528072e12c097c/desktop/apps/web/userChrome.css)
|
- [userChrome.css stolen from aagaming](https://git.catvibers.me/aa/nix/src/commit/42c4ee8d52538ee5f53045a90f528072e12c097c/desktop/apps/web/userChrome.css)
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
TODO:
|
|
||||||
|
|
||||||
- figure out how to script firefox/librewolf extension installation
|
|
||||||
- maybe just rewrite it in rust or something entirely??? idk
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# docker/podman stuff
|
# docker/podman stuff
|
||||||
#alias docker="sudo docker"
|
#alias docker="sudo docker"
|
||||||
#alias docker="podman"
|
alias docker="podman"
|
||||||
alias dcompose="docker compose up -d --remove-orphans"
|
alias dcompose="docker compose up -d --remove-orphans"
|
||||||
alias ddu="docker compose down && dcompose"
|
alias ddu="docker compose down && dcompose"
|
||||||
alias adb="sudo adb" # Needed on Fedora, not on Debian, IDK about other distros
|
alias adb="sudo adb" # Needed on Fedora, not on Debian, IDK about other distros
|
||||||
|
@ -61,4 +61,4 @@ exit(subprocess.getstatusoutput(f'git remote set-url {remote} {new_url}')[0])\""
|
||||||
alias venv="if ! test -d ./.venv/; python3 -m venv .venv; end; source ./.venv/bin/activate.fish"
|
alias venv="if ! test -d ./.venv/; python3 -m venv .venv; end; source ./.venv/bin/activate.fish"
|
||||||
alias py-dep="pip install -r requirements.txt"
|
alias py-dep="pip install -r requirements.txt"
|
||||||
|
|
||||||
alias sway="sway --unsupported-gpu"
|
alias sway="sway --unsupported-gpu"
|
|
@ -8,4 +8,3 @@ user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
||||||
user_pref("browser.compactmode.show", true);
|
user_pref("browser.compactmode.show", true);
|
||||||
user_pref("privacy.sanitize.sanitizeOnShutdown", false);
|
user_pref("privacy.sanitize.sanitizeOnShutdown", false);
|
||||||
user_pref("browser.toolbars.bookmarks.visibility", "never");
|
user_pref("browser.toolbars.bookmarks.visibility", "never");
|
||||||
user_pref("xpinstall.signatures.required", false);
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue