Commit Graph

1093 Commits

Author SHA1 Message Date
97fddfc927 feat(keybind): swap cmd+ctrl+b to be Basecamp 2020-12-24 03:06:19 +00:00
e466567719 feat(golang): add to default package/tool list 2020-12-24 03:05:50 +00:00
d3e06137e1 feat: write a http-echo-server in go for fun 2020-12-24 03:04:29 +00:00
aa6f445feb chore(userstyle): change license from MIT to CC0 1.0 for all userstyles
This makes the styles public domain.
2020-12-24 02:02:48 +00:00
fd25093de7 chore(userstyle): simplify userstyles 2020-12-24 01:52:12 +00:00
b2c0995d5c fix(userstyle): add @license properties to userstyles 2020-12-24 01:51:01 +00:00
7c5230c478 feat(userstyle): add github-dark-tweaks.user.css 2020-12-24 01:29:26 +00:00
0f77d9b291 feat(userstyle): add github-tab-size user css 2020-12-24 00:47:01 +00:00
a6318fdd1e chore(brew): update brew cask aliases for new --cask invocation method 2020-12-01 09:55:51 +00:00
2bf7e812e2 feat(keybind): change cmd+ctrl+d to toggle Mailplane instead of Kiwi for Gmail Lite 2020-12-01 09:52:18 +00:00
32d59b2009 feat(git): clone GitHub HTTPS repos over SSH 2020-11-26 15:46:05 +00:00
fd04e427ab feat(keybind): switch cmd+ctrl+s from Spotify to Apple Music 2020-11-26 15:45:32 +00:00
7acdece876 feat(brewfile): add Facebook Messenger to Brewfile 2020-11-26 15:44:29 +00:00
2a0ae3af05 feat(golang): remove use of goenv
It's simpler to just have a single version of Go available, with goenv
lots of different modules/packages which have `.go-version` files, the
LSP server doesn't work correctly unless the specific version of Go is
installed.
2020-11-26 15:42:57 +00:00
20116fcf14 feat(ruby): add debug gems to default gem list 2020-11-11 10:56:20 +00:00
7d456e0b35 feat(macos): add aliases to enable/disable debuggers on a system-level 2020-11-11 10:55:53 +00:00
3217ea2e1d feat(golang): add gofumpt to list of standard packages/tools 2020-11-11 10:55:27 +00:00
c1f75d3eac chore: update Brewfile 2020-11-11 10:51:42 +00:00
4941ade4fc chore: use zinit to lozy-load rbenv, goenv, pyenv, and nodenv
Instead of custom made functions
2020-10-29 00:42:00 +00:00
99401519ee chore(golang): improve goenv setup 2020-10-29 00:24:25 +00:00
0993889b24 chore(git): sort entries in global gitignore file 2020-10-29 00:23:49 +00:00
1ed1502f9e fix: ensure goenv is always loaded so GOPATH is correctly set
The lazy-loading could lead to incorrect GOPATH values in sub-shells and
tmux instances which inherited a old GOPATH value from the parent
shell.

This is mostly an issue when new Go versions are installed, but it's
still an issue. Hence I now always load goenv in the background ensuring
it sets GOPATH correctly regardless of any existing GOPATH value.
2020-10-21 10:06:55 +01:00
63faaef2c0 fix(docker): docker_remove_exited now works again 2020-10-13 11:56:39 +01:00
56c7214185 feat(ruby): add hippo-cli to default list of rubygems 2020-10-12 18:30:04 +01:00
b1a6b0c4ca feat(ruby): add dotenv to default list of rubygems 2020-10-12 09:39:10 +01:00
09af945a93 feat(shell): add C-x C-e keybinding to open current command in EDITOR 2020-10-09 10:53:58 +01:00
509b3000d6 feat(golang): add golint to default package list 2020-10-09 10:53:35 +01:00
fa6dee8666 chore(deps): update Brewfile 2020-09-27 18:34:07 +01:00
ccf44dc3f7 chore: remove defunct paths from path list 2020-09-27 18:33:54 +01:00
be4c3e1599 feat(golang): use goenv to install and manage Go versions 2020-09-27 18:33:31 +01:00
85b13ba7e7 fix(python): ensure pyenv install command works 2020-09-27 18:32:51 +01:00
90554015b7 chore(zsh): install rbenv, pyenv and nodenv with zinit instead of brew
Main benefit is that these tools will now auto-install correctly on
Linux systems too.
2020-09-25 21:13:34 +01:00
a5bafef348 chore: add various missing packages to Brewfile 2020-09-25 12:26:11 +01:00
2212138288 chore(emacs): update emacs shell setup 2020-09-25 12:25:52 +01:00
9d47cc5bb0 chore(ruby): update solargraph config 2020-09-25 12:25:25 +01:00
0b0d05bb5f chore(bitbar): update brew cask outdated command 2020-09-11 18:06:13 +01:00
c0508d6d31 feat(env): add direnv shell setup and installation via zinit 2020-09-11 18:05:39 +01:00
af1ab144df fix(logrotate): add logrotate to Brewfile, improve logrotate-ex script 2020-09-11 18:04:59 +01:00
e4ab5f4ced feat(emacs): add emacsgui shell alias 2020-09-02 00:38:11 +01:00
d38eb63461 fix(tmux): ensure emacs process detection works with various macOS builds on macOS 2020-09-02 00:37:33 +01:00
2a2b150810 Switch to newer and maintained variant of Rclone Browser 2020-08-30 03:43:38 +01:00
c75d57db69 Add schmersion to list of global ruby packages 2020-08-28 11:26:44 +01:00
bee14bf07f Add nodenv and plugins to Brewbrew 2020-08-04 15:38:00 +01:00
74611be5f6 Refactor rbenv shell setup slightly 2020-08-04 15:37:48 +01:00
2ac4e2898a Remove hooksPath gitconfig option 2020-08-04 15:37:12 +01:00
4aa8fd8ac8 Update servethis shell alias to work with Python 3 2020-08-03 14:58:10 +01:00
5bff37503e Minor update to ruby shell setup 2020-08-03 14:57:19 +01:00
e38907b532 Add commitlint to node.js packages 2020-08-03 14:56:42 +01:00
5e382e2cc1 Add vterm integration needed by emacs-libvterm 2020-08-03 14:56:16 +01:00
3dcc9a5545 Add support for nodenv for managing Node.js versions 2020-08-03 14:55:22 +01:00