Skip to content

Instantly share code, notes, and snippets.

View Imymirror's full-sized avatar

Imymirror Imymirror

View GitHub Profile
@ageekymonk
ageekymonk / proxy.el
Last active May 8, 2020 14:59
spacemacs
;;;; Proxy
(defun module/proxy ()
"Set Proxy"
(defun set-work-proxy ()
"Set your work proxy."
(interactive)
;; Set proxy configurations in emacs
(setq url-proxy-services
'(("no_proxy" . "^\\(localhost\\|127.0.0.1\\)")
@miguelmota
miguelmota / remove_tuxera.sh
Last active April 3, 2024 08:41
Completely uninstall and remove Tuxera NTFS on MacOS (resets trial version)
sudo rm -rf /Applications/Tuxera\ Disk\ Manager.app
sudo rm -rf /Library/Application\ Support/Tuxera\ NTFS
sudo rm -rf /Library/Filesystems/fusefs_txantfs.fs