Commit graph

46 commits

Author SHA1 Message Date
aaae06cd55 profile: Source cargo env if it exists 2024-05-31 22:36:34 -05:00
284e4a966d [OLD] X: Add olde X crap for problem children 2024-05-22 19:32:44 -05:00
40a787f4b0 Makefile: Install Alacritty config TOML 2024-05-22 17:00:34 -05:00
7e9d544f8b sway: Remove unused older Sway config 2024-05-22 16:53:43 -05:00
af69e80c80 profile.freebsd: Added XDG_RUNTIME_DIR 2024-05-22 14:39:42 -05:00
4ebb400c61 vimrc: Register TypeScript and ECMAScript servers 2024-04-30 04:54:05 -05:00
af5f96c19f [NEW] sway: Add Sway Wayland compositor config 2024-04-30 01:32:40 -05:00
89ec2f3362 aliases: Add tls alias 2024-04-26 06:49:36 +00:00
39a445767f Makefile: Install inputrc by default 2024-04-25 07:50:43 +00:00
12e9e526b9 [NEW] inputrc: Set readline to vi mode 2024-04-25 07:48:32 +00:00
4a72ec1c69 Colorful ls on FreeBSD 2024-04-25 07:42:47 +00:00
b11202a67e aliases: add tmux aliases 2024-04-25 07:34:27 +00:00
ed2a5500ec bashrc: Add bash_completion on FreeBSD 2024-04-25 06:52:21 +00:00
4f718627d6 README: Add FreeBSD package names. 2024-04-25 06:39:47 +00:00
2b6e24cd75 Makefile: Add README preview with Pandoc 2024-04-14 23:53:09 -05:00
095d5f6b7d Makefile: fix FreeBSD else ifeq 2024-04-14 23:50:10 -05:00
fd19e27152 [NEW] README: Added Markdown README 2024-04-14 23:48:14 -05:00
1ba5b23ca2 Makefile: Use ginstall on Darwin and FreeBSD 2024-04-14 23:13:13 -05:00
130144eb40 Makefile: fix install target
fixes breakage from d8c837b0f9
2024-04-14 22:28:49 -05:00
dd6da0dbaf profile.mac: Add $HOME/.local prefix 2024-04-14 22:18:20 -05:00
d8c837b0f9 Makefile: Simplify $(HOME)/.aliases/% target 2024-04-13 21:32:48 -05:00
b490d41129 LICENSE: Added LICENSE.
MIT seems appropriate for dotfiles.
2024-04-06 17:13:31 -05:00
4e34814138 GNUmakefile: Install $HOME .bashrc on Linux and BSD 2024-04-05 22:02:13 -05:00
0a365ae4e8 Makefile: Correct profileds target inclusion
The "install" target was working improperly because of line 4 not
containing the proper "profileds" target name as a dependency.
2024-03-06 19:55:53 -06:00
c0242226d6 Makefile: fix git on dottie upd8s 2024-02-16 07:13:15 -06:00
4824354812 [NEW] profile.d: Addd RP2040 Pico SDK PATH 2024-02-15 05:00:03 -06:00
97bc2c8b3e aliases: Added Cmake LSP hellper 2024-02-15 04:41:13 -06:00
1ee7391fb0 [NEW] sway: Added Sway config file 2024-01-30 06:53:23 -06:00
d718bfbe09 [NEW] alacritty: Add TOML config 2024-01-30 06:51:30 -06:00
d110ee6085 Makefile: fix Bash aliases target 2024-01-30 06:48:26 -06:00
c6cd46fe2e aliases: Add file management aliases 2024-01-29 23:37:17 -06:00
bfd9b4e9cc Apple_Terminal: Remove unnecessary CommandString, silence Bell 2024-01-08 09:01:47 -06:00
76166b8955 [NEW] Makefile: Add installer Makefile 2024-01-06 05:38:53 -06:00
dc75ff3622 [NEW] profile: Linux/General profile 2024-01-06 05:35:55 -06:00
7b86adbc92 profile.mac: Source .profile.d files 2024-01-06 05:35:19 -06:00
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