about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2017-06-21 Conditionally set font and size for Linux and OS XWilliam Carroll1-4/+9
2017-06-21 Removes dired bindings that interfere with windmove global kbdsWilliam Carroll1-1/+5
2017-06-21 Starts KDE environment at startupWilliam Carroll1-1/+1
2017-06-21 Adds helpers for single file symmetric encryption / decryptionWilliam Carroll1-0/+22
2017-06-20 Adds GPG helper functions; Cleans index.shWilliam Carroll4-45/+59
2017-06-20 Conditionally enables Evil; adds Dired+; conditionally applies linumWilliam Carroll2-24/+43
2017-06-20 Updates README to current preferencesWilliam Carroll1-42/+56
2017-06-18 Adds finer-grain control over Linum ModeWilliam Carroll6-21/+25
2017-06-17 Disables lockfile creationWilliam Carroll1-4/+4
2017-06-17 Associates .zsh_profile file with shell-script-modeWilliam Carroll1-0/+4
2017-06-17 Adds script for symlinking emacs functionsWilliam Carroll1-0/+3
2017-06-17 Fixes EDITOR env variable configurationWilliam Carroll1-2/+2
2017-06-17 Adds custom dired functionsWilliam Carroll1-0/+4
2017-06-17 Force save files with :wWilliam Carroll1-1/+4
2017-06-17 Removes redundant buffer creation in DiredWilliam Carroll1-1/+8
2017-06-17 Re-enables Smart Mode LineWilliam Carroll1-4/+6
2017-06-15 Adds git helper functions for viewing tracked,untracked,staged,unstaged filesWilliam Carroll1-4/+16
2017-06-15 Moves helm helper functions to a separate fileWilliam Carroll1-0/+78
2017-06-15 Adds QuickEdit mode for git commit messages within ansi-termWilliam Carroll2-54/+42
2017-06-15 Displays flycheck errors in bottom-left corner of EmacsWilliam Carroll1-5/+6
2017-06-15 Adds vim monkey-patch to edit files within EmacsWilliam Carroll1-1/+10
2017-06-15 Updates emacs pager helper scriptWilliam Carroll1-2/+2
2017-06-15 Adds git alias for diffing staged filesWilliam Carroll1-1/+3
2017-06-13 Inits work for git aliasesWilliam Carroll3-3/+15
2017-06-13 Supports Helm source jumpingWilliam Carroll1-12/+22
2017-06-13 Better integrates CLI and EmacsclientWilliam Carroll6-5/+88
2017-06-06 Adds CTRL_T fuzzy find helm source for filesWilliam Carroll2-2/+41
2017-06-06 Removes unnecessary kbds; enhances configWilliam Carroll2-14/+39
2017-06-04 Support cwd updates using zsh, ansi-term w/i EmacsWilliam Carroll1-0/+9
2017-06-02 Adds custom helm sources and kbdsWilliam Carroll1-0/+61
2017-06-02 Closes ansi-term window on exitWilliam Carroll1-2/+2
2017-06-02 Updates prompt to save spaceWilliam Carroll1-0/+5
2017-06-02 Remaps slate kbdsWilliam Carroll2-4/+4
2017-06-01 Moves helper functions to separate fileWilliam Carroll2-441/+482
2017-05-31 Creates custom function for intuitive, frame-specific buffer switchingWilliam Carroll1-1/+7
2017-05-30 Adds powerline to EmacsWilliam Carroll1-12/+15
2017-05-30 Adds ansi-term improvementsWilliam Carroll1-2/+11
2017-05-30 Adds window swapping kbdWilliam Carroll1-2/+1
2017-05-27 Updates Emacs config to specify font sizeWilliam Carroll1-1/+1
2017-05-27 Adds keybinding support for fzf git branch findingWilliam Carroll1-1/+23
2017-05-26 Updates config scriptWilliam Carroll2-21/+22
2017-05-26 Updates git aliasesWilliam Carroll1-0/+6
2017-05-26 Updates Emacs configWilliam Carroll1-15/+78
2017-05-26 Adds useful Git aliasesWilliam Carroll1-0/+6
2017-05-26 Updates slate configWilliam Carroll1-23/+15
2017-05-22 Allows FZF to search hidden files (excluding .git)William Carroll4-532/+7
2017-05-22 Adds Slate as a window mgrWilliam Carroll1-0/+69
2017-05-22 Increases line-height and misc style tweaksWilliam Carroll1-7/+10
2017-04-28 Adds markdown mode to Emacs cfgWilliam Carroll1-1/+1
2017-04-28 Alias usage: git [--version] [--help] [-C <path>] [-c name=value]William Carroll1-0/+3
[--exec-path[=<path>]] [--html-path] [--man-path] [--info-path] [-p | --paginate | --no-pager] [--no-replace-objects] [--bare] [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>] <command> [<args>] These are common Git commands used in various situations: start a working area (see also: git help tutorial) clone Clone a repository into a new directory init Create an empty Git repository or reinitialize an existing one work on the current change (see also: git help everyday) add Add file contents to the index mv Move or rename a file, a directory, or a symlink reset Reset current HEAD to the specified state rm Remove files from the working tree and from the index examine the history and state (see also: git help revisions) bisect Use binary search to find the commit that introduced a bug grep Print lines matching a pattern log Show commit logs show Show various types of objects status Show the working tree status grow, mark and tweak your common history branch List, create, or delete branches checkout Switch branches or restore working tree files commit Record changes to the repository diff Show changes between commits, commit and working tree, etc merge Join two or more development histories together rebase Reapply commits on top of another base tip tag Create, list, delete or verify a tag object signed with GPG collaborate (see also: git help workflows) fetch Download objects and refs from another repository pull Fetch from and integrate with another repository or a local branch push Update remote refs along with associated objects 'git help -a' and 'git help -g' list available subcommands and some concept guides. See 'git help <command>' or 'git help <concept>' to read about a specific subcommand or concept. These GitHub commands are provided by hub: pull-request Open a pull request on GitHub fork Make a fork of a remote repository on GitHub and add as remote create Create this repository on GitHub and add GitHub as origin browse Open a GitHub page in the default browser compare Open a compare page on GitHub release List or create releases (beta) issue List or create issues (beta) ci-status Show the CI status of a commit to usage: git [--version] [--help] [-C <path>] [-c name=value] [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path] [-p | --paginate | --no-pager] [--no-replace-objects] [--bare] [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>] <command> [<args>] These are common Git commands used in various situations: start a working area (see also: git help tutorial) clone Clone a repository into a new directory init Create an empty Git repository or reinitialize an existing one work on the current change (see also: git help everyday) add Add file contents to the index mv Move or rename a file, a directory, or a symlink reset Reset current HEAD to the specified state rm Remove files from the working tree and from the index examine the history and state (see also: git help revisions) bisect Use binary search to find the commit that introduced a bug grep Print lines matching a pattern log Show commit logs show Show various types of objects status Show the working tree status grow, mark and tweak your common history branch List, create, or delete branches checkout Switch branches or restore working tree files commit Record changes to the repository diff Show changes between commits, commit and working tree, etc merge Join two or more development histories together rebase Reapply commits on top of another base tip tag Create, list, delete or verify a tag object signed with GPG collaborate (see also: git help workflows) fetch Download objects and refs from another repository pull Fetch from and integrate with another repository or a local branch push Update remote refs along with associated objects 'git help -a' and 'git help -g' list available subcommands and some concept guides. See 'git help <command>' or 'git help <concept>' to read about a specific subcommand or concept. These GitHub commands are provided by hub: pull-request Open a pull request on GitHub fork Make a fork of a remote repository on GitHub and add as remote create Create this repository on GitHub and add GitHub as origin browse Open a GitHub page in the default browser compare Open a compare page on GitHub release List or create releases (beta) issue List or create issues (beta) ci-status Show the CI status of a commit