Skip to content

reneegyllensvaan/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Renee's dotfiles

i write these so i can write the code

OS X-specific setup notes

GUI file opener: OS X provides a default open program to open files in their default MIME handler. Lots of terminal utilities only account for xdg-open; we can fix these instances (despite the different API) by symlinking xdg-open to open

sudo ln -sf /usr/bin/open /usr/local/bin/xdg-open

Linux-specific setup notes

Disable Speaker/Beep: The following will blacklist the PC speaker kernel module.

if [ ! -f /etc/modprobe.d/nobeep.conf ]; then
  echo 'blacklist pcspkr' | sudo tee /etc/modprobe.d/nobeep.conf
fi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published