Oliver Davies
3cc5c97178
git: remove unstage
alias and move it to a zsh
...
...abbreviation
2024-10-30 14:52:31 +00:00
Oliver Davies
a7f2d90542
Order zsh abbreviations alphabetically
2024-10-28 12:09:19 +00:00
Oliver Davies
7aa65d419e
Add more Git abbreviations
2024-10-28 12:08:57 +00:00
Oliver Davies
c1e85f01d9
Add more Git-related abbreviations
2024-10-25 20:51:11 +01:00
Oliver Davies
634bf71c6e
Add rci
abbreviation
2024-10-09 17:46:45 +01:00
Oliver Davies
3b0aa0aa34
Update abbreviations
2024-10-06 09:55:15 +01:00
Oliver Davies
9fbe7c1fec
Revert "Remove tmux"
...
This reverts commit a7556575ac
.
2024-09-25 21:33:55 +01:00
Oliver Davies
a7556575ac
Remove tmux
...
After using it as a daily driver from the last week or so, I'm switching
to Zellij.
https://zellij.dev
2024-09-04 08:00:59 +01:00
Oliver Davies
2d91ea65a4
Update abbreviations
2024-09-04 00:00:16 +01:00
Oliver Davies
5fe35808d2
Trying out zellij
2024-08-24 23:36:39 +01:00
Oliver Davies
50fc641743
Update abbreviations
2024-08-21 09:36:15 +01:00
Oliver Davies
a1c356a1f5
Update aliases, abbreviations and snippets
2024-08-21 01:12:55 +01:00
Oliver Davies
ce5b4fa0a1
Create export-video-list
script
...
Create a `export-video-list` script that exports all the video files on
my external hard drive to a JSON file so I can easily see what videos I
have without needing to get and plug in the drive.
I can easily view it using `bat` or `jq` and combine it with `grep` to
search for a specific video - e.g. `cat ~/video.json | grep -i nix`
(`-i` makes the search case-insensitive).
2024-08-20 19:48:57 +01:00
Oliver Davies
c712a1b254
Add aliases for curl
...
Use the cursor position to not have a trailing space after expanding the
abbreviation, making it easier to type any following characters.
See https://zsh-abbr.olets.dev/usage.html#place-the-cursor and
https://github.com/olets/zsh-abbr/discussions/97
2024-08-19 22:10:29 +01:00
Oliver Davies
5dac3f312d
Add an abbreviation for C
to copy to the
...
...clipboard using `xclip`
This also works in WSL.
2024-08-19 21:41:42 +01:00
Oliver Davies
ce9cf2ea83
Add gpl
and gps
abbreviations
...
`gpl` expands to `git pull` and `gps` expands to `git push`.
2024-07-14 10:38:24 +01:00
Oliver Davies
b68d48603e
zsh: extract aliases and abbreviations into
...
...separate files
2024-06-30 14:22:57 +01:00