This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl -w | |
# | |
# Copyright (c) 2002, 2003 David Rudie | |
# All rights reserved. | |
# | |
# Redistribution and use in source and binary forms, with or without | |
# modification, are permitted provided that the following conditions | |
# are met: | |
# 1. Redistributions of source code must retain the above copyright | |
# notice, this list of conditions and the following disclaimer. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl -w | |
# | |
# mac-sysinfo.pl: system_profiler parser script - written for IRC bot brag script | |
# | |
# Tested hardware/software | |
# iMac G4 - OS X 10.4.11 | |
# Mac Pro(1,1) - OS X 10.11.6 | |
# | |
# Written by Aaron Blakely <[email protected]> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple/DTD PLIST 1.0//EN" "http"//www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>AbandonProcessGroup</key> | |
<true/> | |
<key>Label</key> | |
<string>local.automount.sshfs</string> | |
<key>ProgramArguments</key> | |
<array> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ablakely's .bash_profile | |
# System: LampG4 (iMac G4) | |
# OS: 10.4.11 | |
if [ "$TERM" == "rxvt-unicode-256color" ]; then | |
# hello 2020 | |
export TERM=xterm-color | |
fi | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl -w | |
# cpu temp/fan speed script for i3status | |
# | |
# Hardware: Lenovo ThinkPad w520 | |
# Written by Aaron Blakely <[email protected]> | |
# Date: 12/24/2019 | |
# Version: v1.0 | |
# | |
# Dependencies: lm-sensors |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Spotify-DBus | |
# Written by Aaron Blakely <[email protected]> | |
# Date: 2/13/2016 | |
# Updated for new HexChat Perl API: 6/05/2019 | |
# Updated for spotify control: 6/22/2022 | |
# | |
# Usage: | |
# /np - Prints current track info to current window in /me action. | |
# /nplink - Prints current track URL into current window. | |
# /spotify <np|link|play|prev|next|stop> - Controls spotify |
NewerOlder