Commit Graph

428 Commits

Author SHA1 Message Date
Donovan Glover
3218e467f7
Add tig, ncdu, and w3m to packages.sh 2017-11-28 21:45:19 -05:00
Donovan Glover
a038d0ba0a
Update GPG information in gpg.md 2017-11-28 21:44:45 -05:00
Donovan Glover
d95a35a9c3
Add feh commands to commands.md 2017-11-28 21:42:40 -05:00
Donovan Glover
6d14e74b8b
Use pinentry-curses instead of GTK with gpg-agent.conf 2017-11-27 22:04:32 -05:00
Donovan Glover
e0390665f7
Add base userChrome.css 2017-11-27 03:03:58 -05:00
Donovan Glover
d3998760bf
Remove git home from .zsh_aliases 2017-11-26 04:15:00 -05:00
Donovan Glover
f39fdeb128
Add various vim aliases to .zsh_aliases 2017-11-26 04:13:48 -05:00
Donovan Glover
08a83577c6
Add volume aliases to .zsh_aliases 2017-11-26 04:12:21 -05:00
Donovan Glover
696cc0733a
Add the essence of how to use GPG to gpg.md 2017-11-25 10:42:48 -05:00
Donovan Glover
7c10fc0c12
Add fdupes to packages.sh 2017-11-24 17:41:35 -05:00
Donovan Glover
ebcd8ffa74
Add fdupes to commands.md 2017-11-24 17:39:35 -05:00
Donovan Glover
2072f06223
Add more information about using branches to git.md 2017-11-23 18:23:44 -05:00
Donovan Glover
d2b1fa42d7
Add ag to commands.md 2017-11-22 17:21:17 -05:00
Donovan Glover
71c89fcd6c
Add ag to packages.sh 2017-11-22 12:38:45 -05:00
Donovan Glover
e7e4f43c5d
Add base structure to pass.cr 2017-11-21 18:45:15 -05:00
Donovan Glover
363942c7d0
Add base crystal-ctags installation to install.sh 2017-11-21 18:18:26 -05:00
Donovan Glover
af7bd237ad
Add base vim plugin installation to install.sh 2017-11-21 18:17:42 -05:00
Donovan Glover
51291c9b62
Add an easy way to cd into the root git directory to .zsh_functions 2017-11-21 18:12:25 -05:00
Donovan Glover
2097dee645
Add dog as cat with syntax highlighting to .zsh_aliases 2017-11-21 18:08:31 -05:00
Donovan Glover
f4cfe5fb5c
Add base pass.cr, a simple password manager 2017-11-20 18:58:56 -05:00
Donovan Glover
fcc995eb02
Add base vim help file 2017-11-20 18:38:13 -05:00
Donovan Glover
b428cba742
Move the contents of crystal.md into commands.md 2017-11-20 18:35:32 -05:00
Donovan Glover
fdbc0e9614
Add jekyll commands to commands.md 2017-11-20 18:32:21 -05:00
Donovan Glover
4a162a00e1
Add a variety of useful commands to commands.md 2017-11-19 21:22:13 -05:00
Donovan Glover
e9da533474
Add piping and wildcard information to tty.md 2017-11-19 21:20:43 -05:00
Donovan Glover
5d380a6d5c
Add npm and node.js to packages.sh 2017-11-19 21:19:48 -05:00
Donovan Glover
1c1219cacb
Add shards to packages.sh, a package manager for crystal 2017-11-19 21:19:12 -05:00
Donovan Glover
c7579af783
Add minor comment changes in .tmux.conf and cmus/rc 2017-11-19 21:16:53 -05:00
Donovan Glover
0681a7d0f1
Add essential maid up and maid down functionality to maid.cr 2017-11-19 21:14:06 -05:00
Donovan Glover
b294e4eea7
Add patch, grep, rebase, and tag commands to git.md 2017-11-19 21:10:12 -05:00
Donovan Glover
ccedb86bf7
Add uniq and git diff staged to help files 2017-11-18 02:58:01 -05:00
Donovan Glover
fdaf706896
Update maid status and maid diff functionality 2017-11-17 19:42:29 -05:00
Donovan Glover
2b1ea6beda
Add pactree and paccache commands to commands.md 2017-11-16 23:24:31 -05:00
Donovan Glover
d051d92d1a
Require trucolor directly, the crystal way 2017-11-15 08:48:50 -05:00
Donovan Glover
e825c8ccb4
Add base implementation of trufetch 2017-11-15 08:22:13 -05:00
Donovan Glover
9345ff791e
Remove previous maid implementation in ruby 2017-11-15 01:32:12 -05:00
Donovan Glover
e9c60decb9
Add base implementation of maid methods 2017-11-15 01:31:21 -05:00
Donovan Glover
51e925af3d
Add private method to print error messages in maid.cr 2017-11-15 01:02:35 -05:00
Donovan Glover
2d5ce6ffa9
Properly exit from unknown() in maid.cr 2017-11-15 00:57:20 -05:00
Donovan Glover
9aa5eddf71
Add working file comparison implementation to maid.cr 2017-11-14 13:58:55 -05:00
Donovan Glover
d553d267c3
Add method to manage unknown commands in maid.cr 2017-11-14 13:56:52 -05:00
Donovan Glover
7877003aca
Add usage information to maid.cr 2017-11-14 13:55:10 -05:00
Donovan Glover
d591471263
Remove $HOME from the upstream constant in maid.cr 2017-11-14 13:40:55 -05:00
Donovan Glover
91b2062722
Use extend self in maid.cr 2017-11-14 13:36:59 -05:00
Donovan Glover
5ee44c4a02
Require trucolor and file_utils in maid.cr 2017-11-14 13:30:19 -05:00
Donovan Glover
a8ca2300c4
Remove the test file comparison implementation 2017-11-14 12:55:42 -05:00
Donovan Glover
36697f630e
Add base maid program in crystal 2017-11-14 06:57:13 -05:00
Donovan Glover
30a5fb82ef
Update fonts section and add languages to README.md 2017-11-14 06:52:02 -05:00
Donovan Glover
f5eaf4e33d
Add base user.js used in waterfox 2017-11-14 06:47:29 -05:00
Donovan Glover
8995a60167
Clean up case statement in trucolor.cr 2017-11-13 12:09:32 -05:00