Commit Graph

18 Commits

Author SHA1 Message Date
Eli Ribble 466ad1b366 Add helpful information on new system bringup 2024-12-12 10:17:05 -07:00
Eli Ribble ed67b7cf80 Remove old .tmux.conf
Whatever systems I have that don't have the latest tmux, I'll cope.
I can create my own symlinks, for Darwin's sake.
2024-06-25 18:26:05 -07:00
Eli Ribble aa05c9f5a6 Fix using fish for tmux on multiple different systems
Previously I used `default-shell` which must be a full path. On
different systems that path is different (specifically NixOS). Instead
we can use `default-command` which can execute anything from the PATH,
which is what we want.
2024-06-25 18:23:33 -07:00
Eli Ribble bfb93522b7 Update newer XDG_CONFIG/tmux.conf to be like ~/.tmux.conf
I should eventually remove the older ~/.tmux.conf, but until all my
systems are on the latest tmux I have to sync like this.
2024-03-20 10:23:10 -07:00
Eli Ribble 33570901fa Add tmux config.
I've carried it around for years.
2024-03-20 10:09:33 -07:00
Eli Ribble be420d8b74 Add some better coloring to window status. 2024-03-06 19:34:20 +00:00
Eli Ribble 4896968bd3 Add more python plugin paranoia from work. 2024-03-06 19:24:47 +00:00
Eli Ribble e79151ae0d Remove custom command to clear history.
I don't use it much and it shadows the new window command, which I
didn't previously use, but now will start using.
2024-03-06 19:19:52 +00:00
Eli Ribble 2b21bde9df Make fish the default shell.
Useful for work computers where changing my default shell could have
larger consequences.
2024-03-06 19:19:26 +00:00
Eli Ribble ecd18298e0 Add some convenient commands to README 2024-03-06 19:18:16 +00:00
Eli Ribble 2ae5b37f86 Add description to fish ve function.
And use tabs, The Correct Way.
2024-03-06 19:15:23 +00:00
Eli Ribble 8c40f68313 Also unset indentexpr
Because otherwise we still get 'helpful' indent behavior
2024-01-05 14:54:08 -07:00
Eli Ribble cbfa46e886 Move noautoindent to after indent plugin.
Without this we just get overwritten by the built-in neovim indent config
2024-01-05 14:16:53 -07:00
Eli Ribble 98bddb9f68 Add python ve function for fish. 2023-12-05 18:04:20 -07:00
Eli Ribble 1befed5e4a Add basic nvim config 2023-12-05 18:03:41 -07:00
Eli Ribble 42dd862e5e Add nvim python config 2023-12-05 18:03:11 -07:00
Eli Ribble da0559bd67 Initial addition of tmux config 2023-12-05 18:01:57 -07:00
eliribble 1293342318 Initial commit 2023-12-05 18:00:32 -07:00