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
# What is the name of the machine I'm working on? | |
export MYMACHINENAME="Laptop" | |
# What color should I write this name in the prompt? | |
export MYMACHINECOLOR="38;5;36m" | |
# What color should I use for tmux? | |
export MYMACHINETMUX="colour36" | |
# Personal or Work machine? | |
export MYMACHINETYPE="Work" | |
if [ -f ~/dotfiles/bashrc ]; then |
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
<style="text/css"> | |
.someclass a { | |
display: inline-block; | |
} | |
.someclass a img { | |
display: block; | |
} | |
</style> | |
<table> |
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
%windir%\system32\notepad.exe %windir%\system32\drivers\etc\hosts |
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
set runtimepath=~/dotfiles/vim/,~/dotfiles/vim/plugins/,$VIMRUNTIME | |
source ~/dotfiles/vim/vimrc | |
# set environment variables to say what machine we're on | |
# export MYMACHINE='Juarez' | |
# export MYMACHINE='Sandbox' | |
# export MYMACHINE='Laptop' |
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
for code in `seq 0 255`; do echo -e "\033[38;05;${code}m$code: Test"; done |
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
. /sw/bin/init.sh #make fink run | |
growl() { echo -e $'\e]9;'${1}'\007' ; return ; } #send alerts to growl | |
source ~/dotfiles/bashrc |
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
source ~/dotfiles/bashrc | |
source ~/dotfiles/bash_aliases |
NewerOlder