Commit graph

11 commits

Author SHA1 Message Date
ebab3c7f64 [NEW] Apple_Terminal: Add "Basic Andrea" Terminal.app profile
Requires the "monofur for Powerline" font.
2024-01-06 04:59:44 -06:00
948ab4f2c3 vimrc: Mac terminal improvements, dark mode example 2024-01-06 04:58:50 -06:00
3ea67602fb [NEW] profile.mac: Added .profile for Mac OS X/OS X/macOS
MACPORTS section subject to change.
2024-01-06 04:56:56 -06:00
b53471edbd bashrc: Terminal.app improvements, aliases broken out
On the Mac terminal sessions don't seem to retain the same
environment as the one that parses their .bashrc files.  So, to
overcome that, all aliases and PATH/variable changes are done in
.profile (or files sourced by .profile).

There aren't any .profiles checked in yet, but stay tuned ;-)
2024-01-06 04:02:23 -06:00
36ca1ab2aa Add ignore file 2024-01-06 03:39:50 -06:00
52978bca4c vimrc: Make Terminal-spawning helpers and mappings
On Mac systems with MacPorts-installed Bash and Vim, the :ter[minal]
command doesn't pick up /etc/bashrc (aka /private/etc/bashrc) in my
login shell (Bash installed via MacPorts), so I've created helpers to
make it easier to spawn terminals.  These helpers and their stubby
siblings for non-Mac platforms are mapped to F1 and Shift+F1,
respectively.  I figure if I *really* need :help, I can just type :help.
It isn't hard.  Usually I trigger the :help <F1> mapping by mistake
anyways.

Note:
~~~~~
The helpers aren't perfect (you have to close the buffer manually after
Bash exits).
2023-11-15 13:01:49 -06:00
0a2dbe713c [NEW] bashrc: Add Mac helpers 2023-11-14 19:23:52 -06:00
8c00b1e2f7 vimrc: Add Macports portfile and ccls support 2023-11-14 19:09:50 -06:00
295a3749bb Added Perl LSP support with PLS
You'll need to have your Cpan package bin directory in your $PATH and
then you'll need to install the following modules with Cpan or cpanm:
  - PPI: https://metacpan.org/pod/PPI
  - PLS: https://metacpan.org/pod/PLS

See my post to the vim-lsp wiki for more info on how to set it up:
  https://github.com/prabirshrestha/vim-lsp/wiki/Servers-Perl
2023-06-14 04:43:30 -05:00
cfbd3e4100 vimrc: add git-blame hotkey 2023-06-01 22:07:39 -05:00
2daf8d6e49 added vimrc 2023-06-01 21:39:56 -05:00