Skip to content

Instantly share code, notes, and snippets.

View ctarx's full-sized avatar
🎯
Focusing

ctarx ctarx

🎯
Focusing
View GitHub Profile
@ctarx
ctarx / dconf.txt
Created July 31, 2023 17:38
dconf
dconf dump / > file
dconf reset -f /
dconf load / < file
/* Box sizing rules */
*,
*::before,
*::after {
box-sizing: border-box;
}
/* Remove default margin */
*{
margin: 0;
@ctarx
ctarx / env
Created September 23, 2022 21:47
cargo env
#!/bin/sh
# rustup shell setup
# affix colons on either side of $PATH to simplify matching
case ":${PATH}:" in
*:"$HOME/.cargo/bin":*)
;;
*)
# Prepending path in case a system-installed rustc needs to be overridden
export PATH="$HOME/.cargo/bin:$PATH"
;;
git rm -r --cached .
git add .
git commit -m ".gitignore refresh"

Uninstall brew package and dependencies

Remove package's dependencies (does not remove package):

brew deps [FORMULA] | xargs brew remove --ignore-dependencies

Remove package:

@ctarx
ctarx / webdev_online_resources.md
Created January 30, 2019 12:07 — forked from bradtraversy/webdev_online_resources.md
Online Resources For Web Developers (No Downloading)

Keybase proof

I hereby claim:

  • I am ctarx on github.
  • I am ctarx (https://keybase.io/ctarx) on keybase.
  • I have a public key whose fingerprint is B355 9A8C A23F A3C8 00C4 876A 9421 0FCA BAD3 00A8

To claim this, I am signing this object: