Commit graph

400 commits

Author SHA1 Message Date
942ddfa4fb cda: now takes arguments for what dirs to open 2022-04-14 21:35:52 -07:00
e79e0989e6 aliases: formatting, better gs alias, and bug fix with alias lsd 2022-04-14 21:34:56 -07:00
70d5d0a503 pandoc-make: there we go (revert PANDOC_DEFAULT_ARGS) 2022-04-14 16:25:19 -07:00
c231a2ab5c Revert "Revert "pandoc-make: add PANDOC_DEFAULT_ARGS array""
This reverts commit 3abd3c83ab.
2022-04-14 16:24:41 -07:00
3abd3c83ab Revert "pandoc-make: add PANDOC_DEFAULT_ARGS array"
This reverts commit 19ca438748.
2022-04-14 16:24:00 -07:00
19ca438748 pandoc-make: add PANDOC_DEFAULT_ARGS array 2022-04-14 16:21:10 -07:00
3af2360084 ned: bug fix 2022-04-14 14:09:25 -07:00
4b14f66e7e nvim: new lsp keybinds 2022-04-14 14:08:55 -07:00
53eb3b7318 Merge branch 'master' of git.blakenorth.net/home/git/dotfiles 2022-04-14 10:43:16 -07:00
4b45d1bd3e zsh: fixed $XDG_DATA_HOME having too many /share's 2022-04-14 10:40:33 -07:00
ed35809110 Merge branch 'master' of git.blakenorth.net/home/git/dotfiles 2022-04-13 17:04:27 -07:00
7acbbb10cf termux: improve termux escape macro 2022-04-13 17:03:39 -07:00
3cc0516351 env: new directory shortcut 2022-04-13 01:37:49 -07:00
c7623a05bd pandoc-make: allow for pandoc arguments 2022-04-13 01:37:22 -07:00
ce104e4922 ned: fixed notes not being put in the notes dir 2022-04-13 01:36:06 -07:00
83acbc6ad9 nvim: oh cool, I don't need the '\\ ' 2022-04-11 05:41:50 -07:00
fa57b1f69b shell: source env in profile 2022-04-10 03:15:07 -07:00
1aac39b453 ned: ned cd works good now
No, I do not mean "it works well." I meant what I said.
2022-04-08 15:55:05 -07:00
244939b28c minor update to dotfiles-install.sh 2022-04-08 13:49:06 -07:00
f5e15cacde BIG UPDATE: shell: add profile, move calc and mkcd to files, move
shell-independent config (aliases, functions, env vars, options) to
.config/shell/shrc, make bashrc and zshrc use the same shrc, add TTY
detection for changing caps lock to escape in a TTY, add option for
skipping plugin loading, and maybe a few other things

If this goes well, I'll be tempted to call this version 1.0.  Things
have been very stable for the last few months.  Although, since it's the
first really big change in a while, that might make it version 2.0?
Should dotfiles have big version numbers at all? Probably not.
2022-04-08 13:36:29 -07:00
4241c6ef05 ned: fzf is used everywhere now 2022-04-08 02:32:05 -07:00
1eae827160 BIG UPDATE: zsh: moved lots of things out of the zshrc 2022-04-06 13:08:42 -07:00
a96c4215ed pandoc-make: plural for clarification 2022-04-06 01:05:14 -07:00
df9612671e Merge branch 'master' of git.blakenorth.net/home/git/dotfiles 2022-04-04 16:20:14 -07:00
42d95f9470 nvim: crontabs will now use the correct commentstring 2022-04-04 16:15:07 -07:00
57cd5b3611 renamed directory quick access env var ($DOCS -> $DD) 2022-04-03 22:59:25 -07:00
a0cdccfa06 cds: cds no longer takes fd arguments, and instead takes just a search
term
2022-04-01 11:47:47 -07:00
30c500d54b cds: changed from fzy to fzf (useful options that I may or may not use) 2022-04-01 06:24:11 -07:00
189e4135ff pandoc-make: better help page access 2022-04-01 06:23:18 -07:00
a42884c8d3 removed cdf, as it is now not needed 2022-03-31 01:16:44 -07:00
18a3bef924 cdf: depricated cdf 2022-03-31 01:16:10 -07:00
f97cf48ba4 cds: big improvements 2022-03-31 01:03:49 -07:00
fc03d2531f add directory quick access env vars 2022-03-30 11:40:06 -07:00
df0c4bfc16 updates: add error handling to p10k update 2022-03-18 23:39:48 -07:00
fadea71978 todo: rename variables + allow for defaults 2022-03-18 17:53:05 -07:00
b0d9876558 log: big changes, more to come 2022-03-18 17:52:33 -07:00
990f4cd542 zsh: major reorganization 2022-03-18 17:51:59 -07:00
aa32e9ba63 pandoc-make: it works flawlessly™ 2022-03-16 01:53:57 -07:00
12087a1655 pandoc-md: rename to pandoc-make and major update 2022-03-16 01:32:08 -07:00
b364d1b9c8 nvim: map F10 to :ZenMode in normal mode 2022-03-15 00:46:12 -07:00
c6dcc82ed8 nvim: removed mapping for moving lines up and down in visual mode 2022-03-08 22:01:52 -08:00
56c8161b29 Merge branch 'master' of git.blakenorth.net/home/git/dotfiles 2022-03-05 22:50:01 -08:00
4cf4fab494 ned: multiple improvements, including re-writing the help page 2022-03-05 22:45:21 -08:00
de077cf070 nvim: remap Q 2022-03-05 22:34:48 -08:00
86107ff601 ned: revert change to repository detection. It'll have to stay this way 2022-03-05 22:31:32 -08:00
238269f163 ned: bug fix (it's a silly one :P) 2022-03-05 02:00:41 -08:00
590916fdfc Merge branch 'master' of git.blakenorth.net/home/git/dotfiles 2022-03-05 01:59:53 -08:00
b8ff98d79b git: add git caps alias for git commit all and push 2022-03-05 01:58:32 -08:00
62ba85a812 zsh: update termux fix 2022-03-03 13:41:12 -08:00
02ee3bd399 ned: ned is now much better at choosing the documents repository 2022-03-03 13:34:04 -08:00