Commit graph

162 commits

Author SHA1 Message Date
fa0bad904c Move phpactor configuration
All checks were successful
/ check (push) Successful in 1m42s
2025-07-26 23:21:37 +01:00
6c1b494e82 Move neovim/nixvim configuration 2025-07-26 23:21:37 +01:00
96b467b7ed Move fzf configuration
All checks were successful
/ check (push) Successful in 1m36s
2025-07-25 22:28:15 +01:00
ccbe21a5c4 Move notes configuration
All checks were successful
/ check (push) Successful in 1m36s
2025-07-25 22:06:37 +01:00
ce3270b773 Move makemkv configuration 2025-07-25 21:29:51 +01:00
eb516819fa Move tmux-sessionizer configuration
All checks were successful
/ check (push) Successful in 1m34s
2025-07-24 23:35:49 +01:00
64b158ed2a Move tmux configuration 2025-07-24 22:24:47 +01:00
e111506428 Refactor Git configuration 2025-07-24 21:13:40 +01:00
50b6899893 Add $HOME/tmp directory
All checks were successful
/ check (push) Successful in 1m41s
2025-07-17 23:23:11 +01:00
2870a256da Add zet-new script
All checks were successful
/ check (push) Successful in 1m40s
2025-07-15 13:46:04 +01:00
777e9a6a4c Add import-to-jellyfin script
All checks were successful
/ check (push) Successful in 3m25s
2025-07-13 23:17:44 +01:00
e24f8f8f0a nixedo: add vix 2025-07-13 23:12:58 +01:00
21bbb4a32e Rename
All checks were successful
/ check (push) Successful in 1m52s
2025-07-11 18:34:25 +01:00
adfe90c99b Add get-tags and count-tags scripts
All checks were successful
/ check (push) Successful in 1m38s
Add `get-tags` and `count-tags` scripts to get and count Git tags within
a repository, including the ability to filter tags - e.g. only get or
count tags that begin with a certain date.
2025-07-11 12:28:42 +01:00
559d5239c5 Add vix command
All checks were successful
/ check (push) Successful in 1m37s
Based on https://github.com/rwxrob/dot/blob/main/scripts/vic and
https://github.com/etomtomm/dot/blob/main/bin/vix.
2025-07-11 11:46:01 +01:00
81a939e897 Remove todo scripts
All checks were successful
/ check (push) Successful in 1m45s
2025-07-11 11:33:25 +01:00
839779236c Re-add todos-edit
Some checks failed
/ check (push) Has been cancelled
2025-07-11 10:07:09 +01:00
3c76e2edea Add time-until script
All checks were successful
/ check (push) Successful in 1m36s
2025-07-11 01:50:28 +01:00
263d8e7cd3 Re-enable create-script 2025-07-11 01:40:00 +01:00
e5ae3a4be7 Add timer script
All checks were successful
/ check (push) Successful in 1m40s
Based on
6b71b580de/bin/timer
and
6b71b580de/bin/_timer.
2025-07-11 01:31:02 +01:00
c676972d0b Add yt-dlp 2025-07-11 00:39:08 +01:00
1ba47150d1 Move qrencode 2025-07-10 23:02:21 +01:00
5341b761ad Combine scripts and custom packages
All checks were successful
/ check (push) Successful in 1m40s
2025-07-10 22:51:55 +01:00
7780eca7a9 Refactor todos-add, remove todos-edit 2025-07-10 22:28:33 +01:00
4f4e959c07 Update search paths
All checks were successful
/ check (push) Successful in 1m41s
2025-07-09 18:17:12 +01:00
52821346ba Refactor
All checks were successful
/ check (push) Successful in 1m37s
2025-07-09 13:37:03 +01:00
45433358ff Re-add the features config prefix 2025-07-09 12:03:12 +01:00
34cb9db3d4 Remove unused argument 2025-07-09 12:03:12 +01:00
b66a493ed9 Update search paths
Using the `path:number` format defines both the path and search depth.
2025-07-09 12:03:03 +01:00
72decc18fe Refactor
All checks were successful
/ check (push) Successful in 1m33s
2025-07-09 06:59:19 +01:00
3b890d9ee5 refactor(flake): split NixOS Home Manager configs
Create a NixOS-specific Home Manager configuration and a reusable shared
configuration that can be imported and also used by other configurations,
such as WSL2.
2023-08-08 22:35:23 +01:00
994341071a feat(git): add global gitignore 2023-08-08 20:09:44 +01:00
eac470013b refactor(flake): re-organise systems and modules 2023-08-08 13:24:29 +01:00
202dceada3 chore(nvim): remove lualine packages 2023-08-07 22:03:45 +01:00
894de5d3e6 fix(flake): not loading nvim configuration 2023-08-07 19:37:25 +01:00
624faf959c refactor: restructure my Code directory
I recently restructed the contents of my `~/Code` directory so that
repositories are grouped by their provider and organisation.

For example, my `dotfiles` are now located at
`~/Code/github.com/opdavies/dotfiles`.

Likewise, `build-configs` is now located at
`~/Code/github.com/OliverDaviesLtd/build-configs` as it's within the
`OliverDaviesLtd` organisation.

As well as `~/Code/github.com`, I also have `~/Code/bitbucket.org` for
Bitbucket repositories. These are also grouped within subdirectories for
each organisation.

This change means I need to update any reference to the old `dotfiles`
location to the new one and I can update the `t` function to adjust the
min and max depth it uses to find directories.
2023-08-07 09:53:33 +01:00
f570b44606 refactor(flake): move nvim config to a package
Add it as a package instead of symlinking it into the `~/.config.nvim`
directory.
2023-08-07 09:44:06 +01:00
2e77243058 feat(zsh): add secrets alias 2023-08-06 00:37:32 +01:00
015b617ba1 chore(nixos): use JetBrains Mono 2023-08-05 01:36:00 +01:00
aa63de628e refactor(flake): inherit inputs 2023-08-05 01:22:18 +01:00
b68ad75ce3 build(flake): switch to stable by default
Switch to using the stable version of nixpkgs but still use unstable
where it's needed.
2023-08-04 22:54:32 +01:00
8f4aa7bbfc chore: remove apollo configuration
Remove the configuraton for my `apollo` laptop as I don't use it
regularly and I want to simplify my configuration before I refactor it.
2023-08-04 21:09:47 +01:00
346960f313 feat(git): set the default branch name for new
...repositories

When running `git init` to initialise a new repository, set the default
branch name that will be used. In this case, the branch name will be
`main` instead of the old default, `master`.
2023-07-25 20:24:48 +01:00
b6a3906865 feat(sway): auto-start Firefox and Alacritty 2023-07-25 09:07:41 +01:00
e0c37b06e7 feat(zoom): configure window settings 2023-07-24 15:12:03 +01:00
1dd6dc16e5 chore(sway): change the workspace number
Change the assigned workspace from 10 to 9.
2023-07-22 23:10:30 +01:00
0580fd54dc feat(nvim): configure lualine 2023-07-22 09:35:20 +01:00
f61697da02 chore(nvim): switch to stable 2023-07-22 08:45:01 +01:00
648e9ee023 feat(scripts): add develop
Add a `develop` script that runs either Docker Compose or Nix depending
on which files are present within the repository.

Also add a `dev` alias for the `develop` script.
2023-07-19 11:38:50 +01:00
3d93030568 feat(zsh): add tf alias 2023-07-18 20:51:00 +01:00