Go to file
2024-03-21 16:22:19 +00:00
2024-03-21 16:02:35 +00:00
2024-03-21 16:02:35 +00:00
2024-03-21 16:10:19 +00:00
2024-03-21 16:02:35 +00:00
2024-03-21 16:02:35 +00:00
2024-01-03 15:40:55 +00:00
2024-03-21 16:22:19 +00:00

Trude's Dotfiles for MacOS

Run ./install.sh.

Dependencies

  • None (HomeBrew will be installed when p is called for the first time.)

Scripts

Custom commands

  • p Wrapper for Brew. Acts as a shortcut automate parts of brew.

Custom scripts

My collection of scripts is available in the scripts folder. You may find something useful there.

Other (useful) MacOS Commands (built-in)

Password-protected Zip:

zip -e protected.zip /file/to/protect/

Remove dotfiles:

dot_clean .

Show all files in finder:

defaults write com.apple.Finder AppleShowAllFiles 1

Search using Spotlight:

mdfind "file name”

Rebuild Spotlight index:

mdutil -E

Turn off Spotlight indexing:

dutil -i off

Repair Disk permissions:

sudo /usr/libexec/repair_packages --repair --standard-pkgs --volume /

Generate SHA-1 digest of a file:

/usr/bin/openssl sha1 download.dmg

Disable sleep temporarily:

caffeinate

Open multiple instances of a program:

open multiple instances open -n /Applications/Safari.app/

Check network speed:

networkQuality

Convert files (txt, html, rtf, rtfd, doc, docx):

textutil -convert html journal.doc
Description
No description provided
Readme MIT 831 MiB
Languages
CSS 49.9%
Vim Script 36.6%
Shell 13.5%