]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/log
dotfiles.git
2 weeks ago.bashrc: Add python pip --user path after finalizing $PATH master
Tony Duckles [Sat, 30 Mar 2024 16:35:30 +0000 (11:35 -0500)]
.bashrc: Add python pip --user path after finalizing $PATH

2 weeks ago.bashrc: Move extra homebrew config from .shenv-aether into .bashrc
Tony Duckles [Sat, 30 Mar 2024 16:34:25 +0000 (11:34 -0500)]
.bashrc: Move extra homebrew config from .shenv-aether into .bashrc

4 months ago.ssh/config-aether: Use old key-algo for callisto.adm.nynim.org
Tony Duckles [Sat, 9 Dec 2023 17:48:05 +0000 (11:48 -0600)]
.ssh/config-aether: Use old key-algo for callisto.adm.nynim.org

4 months ago.ssh/config-aether: Track ssh_config for 'aether'
Tony Duckles [Sun, 26 Nov 2023 16:36:20 +0000 (10:36 -0600)]
.ssh/config-aether: Track ssh_config for 'aether'

4 months ago.bashrc: Only set GREP_COLOR env-var on BSD-type platforms
Tony Duckles [Sun, 26 Nov 2023 16:04:34 +0000 (10:04 -0600)]
.bashrc: Only set GREP_COLOR env-var on BSD-type platforms

Older grep versions used the GREP_COLOR env-var for colorized output
configuration. Newer GNU grep versions use the GREP_COLORS env-var,
which supports additional colorize options.  GNU grep 3.8+ will now log
a warning message if the GREP_COLOR env-var is set, warning that env-var
is deprecated. But BSD grep still relies on GREP_COLOR.

Conditionalize the setting of GREP_COLOR vs GREP_COLORS based on OS-type
[e.g. GNU grep vs BSD grep].

7 months agobin/git-branch-dates: Don't sort by committerdate
Tony Duckles [Thu, 7 Sep 2023 02:06:16 +0000 (21:06 -0500)]
bin/git-branch-dates: Don't sort by committerdate

7 months ago.shenv-aether: Add password-store settings
Tony Duckles [Thu, 7 Sep 2023 02:05:31 +0000 (21:05 -0500)]
.shenv-aether: Add password-store settings

16 months agobin/git-branch-dates: Smarter automatic line truncation
Tony Duckles [Tue, 29 Nov 2022 03:34:18 +0000 (21:34 -0600)]
bin/git-branch-dates: Smarter automatic line truncation

17 months agoAdd ripgrep config
Tony Duckles [Thu, 3 Nov 2022 15:12:08 +0000 (10:12 -0500)]
Add ripgrep config

17 months ago.vimrc: Use ft=yaml.ansible on more ansible-related files
Tony Duckles [Thu, 3 Nov 2022 15:10:42 +0000 (10:10 -0500)]
.vimrc: Use ft=yaml.ansible on more ansible-related files

17 months ago.shenv-aether: Track .shenv customizations for 'aether'
Tony Duckles [Mon, 31 Oct 2022 03:29:23 +0000 (22:29 -0500)]
.shenv-aether: Track .shenv customizations for 'aether'

17 months ago.vim: vim-plug @ddce935
Tony Duckles [Mon, 31 Oct 2022 03:28:49 +0000 (22:28 -0500)]
.vim: vim-plug @ddce935

17 months agobin/newgit: Simplify parameters
Tony Duckles [Mon, 31 Oct 2022 03:25:53 +0000 (22:25 -0500)]
bin/newgit: Simplify parameters

17 months ago.gitconfig: Remove exclusions that should never be in dotfiles checkout directory
Tony Duckles [Mon, 31 Oct 2022 03:24:27 +0000 (22:24 -0500)]
.gitconfig: Remove exclusions that should never be in dotfiles checkout directory

18 months ago.bashrc: Updates for new-style macOS homebrew paths
Tony Duckles [Fri, 7 Oct 2022 13:21:57 +0000 (08:21 -0500)]
.bashrc: Updates for new-style macOS homebrew paths

New installs of homebrew install into /opt/homebrew instead of
/usr/local.

18 months ago.bash_profile: Register id_ed25519 SSH key with ssh-agent, if present
Tony Duckles [Fri, 7 Oct 2022 13:19:35 +0000 (08:19 -0500)]
.bash_profile: Register id_ed25519 SSH key with ssh-agent, if present

18 months ago.bashrc: Remove push_ssh_cert function
Tony Duckles [Fri, 7 Oct 2022 13:17:16 +0000 (08:17 -0500)]
.bashrc: Remove push_ssh_cert function

Remove `push_ssh_cert` helper function, because this is an inferior
version of the standard `ssh-copy-id` utility.

2 years ago.vim: vim-plug @e300178
Tony Duckles [Fri, 28 Jan 2022 03:11:17 +0000 (21:11 -0600)]
.vim: vim-plug @e300178

2 years ago.vimrc: Add pearofducks/ansible-vim plugin
Tony Duckles [Thu, 13 Jan 2022 23:41:36 +0000 (17:41 -0600)]
.vimrc: Add pearofducks/ansible-vim plugin

2 years ago.vimrc: Updates to airline_symbols
Tony Duckles [Sat, 4 Sep 2021 23:03:27 +0000 (18:03 -0500)]
.vimrc: Updates to airline_symbols

2 years ago.bashrc: Add docker-ps alias
Tony Duckles [Sun, 25 Jul 2021 15:29:10 +0000 (10:29 -0500)]
.bashrc: Add docker-ps alias

2 years ago.vimrc: Add mapping for enabling soft tabs
Tony Duckles [Sun, 25 Jul 2021 15:27:51 +0000 (10:27 -0500)]
.vimrc: Add mapping for enabling soft tabs

2 years ago.vimrc: Disable g:airline_symbols.colnr symbol
Tony Duckles [Sun, 25 Jul 2021 15:27:10 +0000 (10:27 -0500)]
.vimrc: Disable g:airline_symbols.colnr symbol

2 years agobin/pip-upgrade: Helper script to upgrade all outdated `pip` packages
Tony Duckles [Sun, 25 Jul 2021 15:25:22 +0000 (10:25 -0500)]
bin/pip-upgrade: Helper script to upgrade all outdated `pip` packages

3 years ago.bashrc: Add docker-related helper aliases
Tony Duckles [Sat, 28 Nov 2020 01:39:03 +0000 (19:39 -0600)]
.bashrc: Add docker-related helper aliases

3 years ago.gitconfig: Maintain default `pull` behavior of ff-only
Tony Duckles [Fri, 27 Nov 2020 18:09:46 +0000 (12:09 -0600)]
.gitconfig: Maintain default `pull` behavior of ff-only

3 years ago.vimrc: Change hotkey for QuickfixToggle()
Tony Duckles [Fri, 27 Nov 2020 18:03:43 +0000 (12:03 -0600)]
.vimrc: Change hotkey for QuickfixToggle()

Change hotkey for QuickfixToggle() to be `<leader>q`, to better match
the tpope/vim-unimpaired `:cprev` and `:cnext` keybindings -- `[q` and
`]q` respectively.

3 years ago.vim: vim-plug @2f4e281
Tony Duckles [Fri, 27 Nov 2020 18:00:50 +0000 (12:00 -0600)]
.vim: vim-plug @2f4e281

3 years ago.vimrc: Updates to airline_symbols
Tony Duckles [Thu, 8 Oct 2020 01:49:47 +0000 (20:49 -0500)]
.vimrc: Updates to airline_symbols

3 years ago.vimrc: Use Plug 'tonyduckles/vim-colorschemes' to manage colorschemes
Tony Duckles [Thu, 8 Oct 2020 01:48:14 +0000 (20:48 -0500)]
.vimrc: Use Plug 'tonyduckles/vim-colorschemes' to manage colorschemes

3 years agobin/ack: ack v3.4.0
Tony Duckles [Sat, 25 Jul 2020 15:49:37 +0000 (10:49 -0500)]
bin/ack: ack v3.4.0

3 years agobin/ipaddr: Support Linux net-tools 2.x formats
Tony Duckles [Sun, 10 May 2020 01:21:57 +0000 (20:21 -0500)]
bin/ipaddr: Support Linux net-tools 2.x formats

3 years agobin/ack: ack v3.3.1
Tony Duckles [Sat, 9 May 2020 20:39:55 +0000 (15:39 -0500)]
bin/ack: ack v3.3.1

4 years ago.bashrc: Update prompt_color() to use `realpath` to get canonical $HOME
Tony Duckles [Sun, 1 Dec 2019 15:38:51 +0000 (09:38 -0600)]
.bashrc: Update prompt_color() to use `realpath` to get canonical $HOME

Use `realpath` to get canonical $HOME file-path. This is mainly relevant
in situations where $HOME is under a symlink, where there will be a
difference between the symbolic vs canonical values.

4 years ago.vimrc: Don't use modelines to set foldmethod=expr for autofolds
Tony Duckles [Sat, 30 Nov 2019 18:04:57 +0000 (12:04 -0600)]
.vimrc: Don't use modelines to set foldmethod=expr for autofolds

Newer versions of Vim prevent using `foldmethod` in modeline options
when `modelineexpr` is off. Shift to using autocmd's to enable autofolds
in the relevant file-types.

4 years agobin/diff-filter: Support session-level disable flag
Tony Duckles [Sat, 31 Aug 2019 17:59:48 +0000 (12:59 -0500)]
bin/diff-filter: Support session-level disable flag

4 years ago.vim: vim-plug @ebd534c
Tony Duckles [Sat, 31 Aug 2019 17:57:02 +0000 (12:57 -0500)]
.vim: vim-plug @ebd534c

5 years ago.vimrc: Add quickfix window toggle helper
Tony Duckles [Sat, 23 Mar 2019 19:32:52 +0000 (14:32 -0500)]
.vimrc: Add quickfix window toggle helper

5 years ago.vimrc: Add vim-gutentags plugin
Tony Duckles [Sat, 23 Mar 2019 17:13:35 +0000 (12:13 -0500)]
.vimrc: Add vim-gutentags plugin

5 years ago.vim: vim-plug @d1c19a6
Tony Duckles [Sat, 2 Mar 2019 15:36:48 +0000 (09:36 -0600)]
.vim: vim-plug @d1c19a6

5 years ago.dircolors: Add more Markdown extensions
Tony Duckles [Sat, 2 Mar 2019 15:28:20 +0000 (09:28 -0600)]
.dircolors: Add more Markdown extensions

5 years ago.vim: vim-plug @b6050d6
Tony Duckles [Sat, 20 Oct 2018 15:52:41 +0000 (10:52 -0500)]
.vim: vim-plug @b6050d6

5 years ago.bashrc: Use `paste ... -` when reading from pipe
Tony Duckles [Thu, 19 Jul 2018 02:47:19 +0000 (21:47 -0500)]
.bashrc: Use `paste ... -` when reading from pipe

GNU versions of `paste` will read from STDIN when no explicit file
arguments, but some other UNIX platforms [e.g. AIX] have versions of
`paste` which required an explicit "-" filename argument to indicate
"read from STDIN".

5 years agobin/diff-filter: Use local `diff-highlight` script if available
Tony Duckles [Wed, 4 Jul 2018 20:48:25 +0000 (15:48 -0500)]
bin/diff-filter: Use local `diff-highlight` script if available

5 years ago.gitconfig: Alternate color.diff-highlight colors
Tony Duckles [Wed, 4 Jul 2018 18:34:46 +0000 (13:34 -0500)]
.gitconfig: Alternate color.diff-highlight colors

5 years ago.gitconfig: Introduce modular include-able config files
Tony Duckles [Wed, 4 Jul 2018 18:26:48 +0000 (13:26 -0500)]
.gitconfig: Introduce modular include-able config files

5 years ago.gitconfig: Add core.attributesfile
Tony Duckles [Sun, 1 Jul 2018 15:45:40 +0000 (10:45 -0500)]
.gitconfig: Add core.attributesfile

5 years ago.vim: vim-plug @fef4e43
Tony Duckles [Wed, 23 May 2018 01:23:15 +0000 (20:23 -0500)]
.vim: vim-plug @fef4e43

5 years agobin/git-branch-dates: Show git branches with dates, sort by commiterdate
Tony Duckles [Sat, 14 Apr 2018 01:42:54 +0000 (20:42 -0500)]
bin/git-branch-dates: Show git branches with dates, sort by commiterdate

6 years ago.bashrc: Add `pip --user` bin directories to $PATH
Tony Duckles [Sat, 3 Mar 2018 18:15:23 +0000 (12:15 -0600)]
.bashrc: Add `pip --user` bin directories to $PATH

6 years ago.bashrc: Cleanup $PATH handling, remove unused cases
Tony Duckles [Sat, 3 Mar 2018 18:11:17 +0000 (12:11 -0600)]
.bashrc: Cleanup $PATH handling, remove unused cases

Build discrete "start" and "end" lists, and prepend/append those lists
to $PATH/$MANPATH once at the end. This makes it easier to control the
discrete order of paths in the prefix vs suffix sections.  For example,
I always want $HOME/bin to be at the very-start of $PATH so that I can
put an "override" script in $HOME/bin and that can always win over
"normal" binaries in other later directories in $PATH.

6 years ago.bashrc: Cleanup path helper functions
Tony Duckles [Sat, 3 Mar 2018 18:00:24 +0000 (12:00 -0600)]
.bashrc: Cleanup path helper functions

- Remove functions I never use: `pshift`, `punshift`

- ppop: Misc fixes

- ppush: Support taking in a list of paths to append, and to do
  directory-exists check before apending.

- pinsert: Creating, for pushing an entry on the *beginning* of the list.

- puniq: Strip out empty pieces, and use `paste` for smarter way to glue
  list back together [avoid adding trailing ':' chars].

6 years ago.bashrc: Misc cleanup
Tony Duckles [Sat, 3 Mar 2018 16:42:56 +0000 (10:42 -0600)]
.bashrc: Misc cleanup

6 years ago.vimrc: Use real tabs in gitconfig files
Tony Duckles [Sun, 25 Feb 2018 21:10:33 +0000 (15:10 -0600)]
.vimrc: Use real tabs in gitconfig files

6 years ago.bashrc: Sync GREP_COLORS with ackrc colors
Tony Duckles [Sun, 25 Feb 2018 20:26:50 +0000 (14:26 -0600)]
.bashrc: Sync GREP_COLORS with ackrc colors

6 years ago.ackrc: Tweak colors, group by filename
Tony Duckles [Sat, 17 Feb 2018 20:01:41 +0000 (14:01 -0600)]
.ackrc: Tweak colors, group by filename

6 years ago.gitconfig: Use `diff-highlight` contrib script as diff-filter
Tony Duckles [Sat, 17 Feb 2018 18:29:48 +0000 (12:29 -0600)]
.gitconfig: Use `diff-highlight` contrib script as diff-filter

- bin/diff-filter: Wrapper around calling the Git `diff-highlight`
  contrib script. This will degrade gracefully if `diff-highlight`
  script cannot be found in standard locations.

- bin/diff-pager: Wrapper around calling new `diff-filter | $PAGER`.
  This can be used via `git config core.pager` or any other
  pager-like places which want to format git-patch output.

- .gitconfig:
  - core.pager: use new `diff-pager` wrapper script.
  - interactive.diffFilter: use new `diff-filter` wrapper script.
    This lets `git add -i ...` use the same shared diff-filter.

  - color.diff-highlight: Tweak colors so that "normal" colors have
    a normal [non-colored] foreground color, and "highlight" colors
    can be simply "red bold" and "green bold" respectively. This
    eliminates visual clutter from the colored diff display, so that
    the diff output is less noise [for line-pairs which
    `diff-highlight` can process].

6 years ago.inputrc: colored-stats=on
Tony Duckles [Sat, 10 Feb 2018 15:54:40 +0000 (09:54 -0600)]
.inputrc: colored-stats=on

6 years ago.bashrc: Make sure $MANPATH has some sane defaults
Tony Duckles [Sun, 4 Feb 2018 22:13:11 +0000 (16:13 -0600)]
.bashrc: Make sure $MANPATH has some sane defaults

6 years ago.bashrc: Remove author message from header
Tony Duckles [Sun, 21 Jan 2018 17:37:16 +0000 (11:37 -0600)]
.bashrc: Remove author message from header

6 years ago.vimrc: Use plugin for jumping to last position when opening files
Tony Duckles [Sat, 20 Jan 2018 20:08:44 +0000 (14:08 -0600)]
.vimrc: Use plugin for jumping to last position when opening files

6 years ago.vimrc: Add more colorschemes
Tony Duckles [Sat, 13 Jan 2018 22:50:21 +0000 (16:50 -0600)]
.vimrc: Add more colorschemes

Inspiration via: https://github.com/rafi/awesome-vim-colorschemes

6 years ago.vim/colors: Remove old unused colorschemes
Tony Duckles [Sat, 13 Jan 2018 13:35:41 +0000 (07:35 -0600)]
.vim/colors: Remove old unused colorschemes

6 years ago.vimrc: Smartly pick AirlineTheme for certain colorscheme's
Tony Duckles [Sat, 13 Jan 2018 13:17:02 +0000 (07:17 -0600)]
.vimrc: Smartly pick AirlineTheme for certain colorscheme's

6 years ago.vimrc: Fix g:limelight_default_coefficient
Tony Duckles [Mon, 8 Jan 2018 04:31:15 +0000 (22:31 -0600)]
.vimrc: Fix g:limelight_default_coefficient

6 years ago.vimrc: Cleanup plugins, add some new colorschemes
Tony Duckles [Mon, 8 Jan 2018 02:04:01 +0000 (20:04 -0600)]
.vimrc: Cleanup plugins, add some new colorschemes

- Remove 'matchit' bundle. This is included in Vim distib.
- Re-arrange plugins into sub-sections.
- Add some new colorschemes.

6 years ago.gitignore: Ignore local config files, vim cache files
Tony Duckles [Mon, 8 Jan 2018 01:46:07 +0000 (19:46 -0600)]
.gitignore: Ignore local config files, vim cache files

6 years ago.vimrc: Use autocmd for adding Solarized highlight overrides
Tony Duckles [Sat, 6 Jan 2018 14:47:09 +0000 (08:47 -0600)]
.vimrc: Use autocmd for adding Solarized highlight overrides

Use 'autocmd ColorScheme solarized' to trigger adding the override
'highlight' rules to override default Solarized colorscheme
highlighting.

This ensures that these highlight rules get added when changing the
colorscheme [back] to 'solarized'. This also compartmentalizes these
overrides to the Solarized colorscheme.

6 years ago.vimrc: Use vim-pandoc for syntax=markdown
Tony Duckles [Sat, 6 Jan 2018 02:43:32 +0000 (20:43 -0600)]
.vimrc: Use vim-pandoc for syntax=markdown

6 years ago.vimrc: Tweak goyo settings
Tony Duckles [Sat, 6 Jan 2018 02:41:40 +0000 (20:41 -0600)]
.vimrc: Tweak goyo settings

6 years ago.vimrc: Add 'goyo' plugin - Distraction-free writing in Vim
Tony Duckles [Fri, 5 Jan 2018 03:13:54 +0000 (21:13 -0600)]
.vimrc: Add 'goyo' plugin - Distraction-free writing in Vim

6 years agobin/ack: ack v2.22
Tony Duckles [Mon, 1 Jan 2018 16:56:22 +0000 (10:56 -0600)]
bin/ack: ack v2.22

6 years ago.vimrc: Put new vsplit windows to the right of the current
Tony Duckles [Mon, 1 Jan 2018 15:25:44 +0000 (09:25 -0600)]
.vimrc: Put new vsplit windows to the right of the current

6 years ago.vim: Support folding based on custom section markers
Tony Duckles [Sun, 31 Dec 2017 04:45:45 +0000 (22:45 -0600)]
.vim: Support folding based on custom section markers

6 years ago.vimrc: Add vim-gitgutter plugin
Tony Duckles [Sun, 31 Dec 2017 21:13:07 +0000 (15:13 -0600)]
.vimrc: Add vim-gitgutter plugin

6 years agobin/git-amend: Smarter 'git stash' handling
Tony Duckles [Sun, 31 Dec 2017 16:32:27 +0000 (10:32 -0600)]
bin/git-amend: Smarter 'git stash' handling

- Fix 'stash pop' handling to always restore back to the stashed
  changes afterwards.
- Only stash if there are local modifications.

6 years ago.vimrc: Add some new commands, misc cleanup
Tony Duckles [Sun, 31 Dec 2017 05:11:36 +0000 (23:11 -0600)]
.vimrc: Add some new commands, misc cleanup

6 years ago.vim: Delete scripts/closetag.vim
Tony Duckles [Sun, 24 Dec 2017 18:58:51 +0000 (12:58 -0600)]
.vim: Delete scripts/closetag.vim

6 years ago.vimrc: Tweaks to highlight colors
Tony Duckles [Sun, 24 Dec 2017 02:48:27 +0000 (20:48 -0600)]
.vimrc: Tweaks to highlight colors

Cleanup and simply the local 'highlight' rules so that we only
override anything which I don't like from the default `solarized`
colorscheme.

6 years ago.vimrc: Misc cleanup, re-arrange plugin settings
Tony Duckles [Sun, 24 Dec 2017 01:33:04 +0000 (19:33 -0600)]
.vimrc: Misc cleanup, re-arrange plugin settings

6 years ago.bashrc: Set fzf defaults
Tony Duckles [Sat, 23 Dec 2017 15:51:20 +0000 (09:51 -0600)]
.bashrc: Set fzf defaults

6 years ago.vimrc: Cleanup 'highlight' overrides
Tony Duckles [Sat, 23 Dec 2017 15:23:10 +0000 (09:23 -0600)]
.vimrc: Cleanup 'highlight' overrides

The current colorscheme should set all the standard 'highlight'
groups. No need to override them locally.

- Remove all 'guifg'/'guibg' overrides, keep only terminal-type
  overrides.  GUI sessions (e.g. gvim) should use 24-bit colors
  as defined in current `colorscheme`.

- Remove 'StatusLine' highlights. Everything status-line is handled
  by `vim-airline`.

- Only define override 'SpecialKeys' highlights if we're using a
  16-color $TERM [because I don't like the default solarized color-
  scheme 'SpecialKeys' highlight colors].

- Remove 'Todo' highlight. The current `colorscheme` should define
  this, no need to override it.

6 years ago.vimrc: Always use terminal's default bg color
Tony Duckles [Sat, 23 Dec 2017 04:24:22 +0000 (22:24 -0600)]
.vimrc: Always use terminal's default bg color

6 years ago.vimrc: Use g:solarized_termcolors=256 if supported
Tony Duckles [Sat, 23 Dec 2017 04:23:19 +0000 (22:23 -0600)]
.vimrc: Use g:solarized_termcolors=256 if supported

6 years ago.vimrc: Update comments
Tony Duckles [Fri, 22 Dec 2017 16:07:16 +0000 (10:07 -0600)]
.vimrc: Update comments

6 years ago.vimrc: Eliminate .powerline_fonts_enabled stub file
Tony Duckles [Mon, 18 Dec 2017 02:20:25 +0000 (20:20 -0600)]
.vimrc: Eliminate .powerline_fonts_enabled stub file

Use .vimrc.local to enable g:airline_powerline_fonts=1 on machines
which have the alternate font installed.

6 years ago.vimrc: Set airline theme in Theme section
Tony Duckles [Mon, 18 Dec 2017 02:19:11 +0000 (20:19 -0600)]
.vimrc: Set airline theme in Theme section

6 years ago.vimrc: Use `highlight Todo` to highlight to-do comments
Tony Duckles [Mon, 18 Dec 2017 02:13:50 +0000 (20:13 -0600)]
.vimrc: Use `highlight Todo` to highlight to-do comments

6 years ago.vimrc: Support .vimrc.local
Tony Duckles [Mon, 18 Dec 2017 02:11:31 +0000 (20:11 -0600)]
.vimrc: Support .vimrc.local

6 years ago.tmux.conf: Enable 24-bit truecolor support, misc tweaks
Tony Duckles [Sun, 17 Dec 2017 19:17:27 +0000 (13:17 -0600)]
.tmux.conf: Enable 24-bit truecolor support, misc tweaks

6 years ago.vimrc: Support 256 colors, rework terminal settings
Tony Duckles [Sun, 17 Dec 2017 18:51:18 +0000 (12:51 -0600)]
.vimrc: Support 256 colors, rework terminal settings

Based upon: http://www.memoryhole.net/~kyle/vimrc.html

Stop forcing t_Co=16 and forcing other terminal overrides. Let newer
terminal types (e.g. `screen-256colors`, `xterm-256colors`) do their
own thing.

6 years ago.vimrc: Plugin updates
Tony Duckles [Sat, 16 Dec 2017 05:20:31 +0000 (23:20 -0600)]
.vimrc: Plugin updates

6 years ago.vim: Remove pathogen.vim
Tony Duckles [Sat, 16 Dec 2017 05:19:43 +0000 (23:19 -0600)]
.vim: Remove pathogen.vim

6 years ago.gitignore: Ignore .vim/cache/
Tony Duckles [Sat, 16 Dec 2017 02:11:58 +0000 (20:11 -0600)]
.gitignore: Ignore .vim/cache/

6 years ago.vim: Switch to use junegunn/vim-plug as plugin manager
Tony Duckles [Sat, 16 Dec 2017 02:05:58 +0000 (20:05 -0600)]
.vim: Switch to use junegunn/vim-plug as plugin manager

Stop tracking vim plugins as discrete submodules. Instead use
junegunn/vim-plug to manage installing and updating plugins. This
allows maintaining the plugin list via my .vimrc file.

6 years ago.gitconfig: Use diff.algorithm = patience
Tony Duckles [Sun, 3 Dec 2017 20:51:03 +0000 (14:51 -0600)]
.gitconfig: Use diff.algorithm = patience

6 years ago.vim/bundle: Update vim bundle submodules
Tony Duckles [Sun, 3 Dec 2017 14:49:32 +0000 (08:49 -0600)]
.vim/bundle: Update vim bundle submodules

6 years ago.gitconfig: Use --word-diff=color for 'git diff --word-diff'
Tony Duckles [Sun, 3 Dec 2017 14:47:03 +0000 (08:47 -0600)]
.gitconfig: Use --word-diff=color for 'git diff --word-diff'

6 years ago.gitignore_global: Stop excluding *.com
Tony Duckles [Sun, 3 Dec 2017 14:46:46 +0000 (08:46 -0600)]
.gitignore_global: Stop excluding *.com

6 years ago.ctags: Add ctags config
Tony Duckles [Sat, 2 Dec 2017 16:49:54 +0000 (10:49 -0600)]
.ctags: Add ctags config