Initial commit

This excempts my two emacs configurations for spacemacs and doom-emacs.

THere are still credentials in plaintext and I need to solve how to
store those in git without the credentials.
This commit is contained in:
Colin Powell
2018-12-02 12:41:17 -05:00
commit 848336d3d5
30 changed files with 1378 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# Path to Oh My Fish install.
set -q XDG_DATA_HOME
and set -gx OMF_PATH "$XDG_DATA_HOME/omf"
or set -gx OMF_PATH "$HOME/.local/share/omf"
# Load Oh My Fish configuration.
source $OMF_PATH/init.fish

View File

@ -0,0 +1,34 @@
# This file is automatically generated by the fish.
# Do NOT edit it directly, your changes will be overwritten.
SET __fish_init_2_39_8:\x1d
SET __fish_init_2_3_0:\x1d
SET __tf_func:function\x20__tf_alias\x20\x2dd\x20\x22Correct\x20your\x20previous\x20console\x20command\x22\x3b\x20\x20set\x20\x2dl\x20fucked_up_command\x20\x24history\x5b1\x5d\x3b\x20\x20env\x20TF_SHELL\x3dfish\x20TF_ALIAS\x3d__tf_alias\x20PYTHONIOENCODING\x3dutf\x2d8\x20thefuck\x20\x24fucked_up_command\x20\x7c\x20read\x20\x2dl\x20unfucked_command\x3b\x20\x20if\x20\x5b\x20\x22\x24unfucked_command\x22\x20\x21\x3d\x20\x22\x22\x20\x5d\x3b\x20\x20\x20\x20eval\x20\x24unfucked_command\x3b\x20\x20\x20\x20builtin\x20history\x20delete\x20\x2d\x2dexact\x20\x2d\x2dcase\x2dsensitive\x20\x2d\x2d\x20\x24fucked_up_command\x3b\x20\x20\x20\x20builtin\x20history\x20merge\x20\x5e\x20/dev/null\x3b\x20\x20end\x3bend\x3b
SET __tf_vers:The\x20Fuck\x203\x2e28\x20using\x20Python\x203\x2e7\x2e1\x20and\x20Fish\x20Shell\x202\x2e7\x2e1
SET chain_links:chain\x2elinks\x2eroot\x1echain\x2elinks\x2ejobs\x1echain\x2elinks\x2epwd\x1echain\x2elinks\x2evcs_branch\x1echain\x2elinks\x2evcs_dirty\x1echain\x2elinks\x2evcs_stashed
SET fish_color_autosuggestion:555\x1ebrblack
SET fish_color_cancel:\x2dr
SET fish_color_command:\x2d\x2dbold
SET fish_color_comment:red
SET fish_color_cwd:green
SET fish_color_cwd_root:red
SET fish_color_end:brmagenta
SET fish_color_error:brred
SET fish_color_escape:bryellow\x1e\x2d\x2dbold
SET fish_color_history_current:\x2d\x2dbold
SET fish_color_host:normal
SET fish_color_match:\x2d\x2dbackground\x3dbrblue
SET fish_color_normal:normal
SET fish_color_operator:bryellow
SET fish_color_param:cyan
SET fish_color_quote:yellow
SET fish_color_redirection:brblue
SET fish_color_search_match:bryellow\x1e\x2d\x2dbackground\x3dbrblack
SET fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblack
SET fish_color_user:brgreen
SET fish_color_valid_path:\x2d\x2dunderline
SET fish_greeting:Welcome\x20to\x20fish\x2c\x20the\x20friendly\x20interactive\x20shell
SET fish_key_bindings:fish_default_key_bindings
SET fish_pager_color_completion:\x1d
SET fish_pager_color_description:B3A06D\x1eyellow
SET fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
SET fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan

View File

@ -0,0 +1,3 @@
function curln
gpg --batch -q -d ~/.netrc.gpg | curl --netrc-file /dev/stdin $argv
end

View File

@ -0,0 +1,3 @@
function e
emacsclient --no-wait $argv
end

View File

@ -0,0 +1,5 @@
function el8log
pushd ~/devel/elationemr/hippo/
docker-compose logs --tail=50 -f celery
popd
end

View File

@ -0,0 +1,5 @@
function el8down
pushd ~/devel/elationemr/hippo
docker-compose down
popd
end

View File

@ -0,0 +1,5 @@
function el8log
pushd ~/devel/elationemr/hippo/
docker-compose logs --tail=50 -f hippo
popd
end

View File

@ -0,0 +1,5 @@
function el8up
pushd ~/devel/elationemr/hippo
docker-compose up -d
popd
end

View File

@ -0,0 +1,3 @@
function getWanIp
dig +short myip.opendns.com @resolver1.opendns.com
end

View File

@ -0,0 +1,3 @@
function passe
pass -c elation/$argv
end

View File

@ -0,0 +1,3 @@
function passp
pass -c personal/$argv
end

View File

@ -0,0 +1,5 @@
function publish_sites
pushd ~/sites
make publish
popd
end

View File

@ -0,0 +1,3 @@
function rechunk
brew services restart chunkwm
end

View File

@ -0,0 +1,6 @@
function update_email
notmuch search --output=files tag:deleted | tr '\n' '\0' | xargs -0 -L 1 rm
notmuch new
mbsync -a
notmuch new
end