-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9e66de2
commit a892b4f
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
id: my-workflow | ||
aliases: [] | ||
tags: | ||
- meta | ||
- vim | ||
- nixos | ||
date: 28/12/2023 | ||
subtitle: Keeping on track with work | ||
title: My workflow | ||
--- | ||
In order to keep myself on track I wanted to document my workflow. So in order to do that this post will be kept up to date every 3 months or so with additional input and changes to how I work. | ||
Currently, I use NixOS and have my neovim config managed through nix, a big thanks to [@nekowinson](https://github.com/nekowinston) for all their help. | ||
|
||
To start right away with things that I wish to get better at: | ||
|
||
- vim motions | ||
- touch typing | ||
- go | ||
- rust | ||
- nix | ||
|
||
This list were created in order to improve my basic workflow to improve the generic speed that I work at. To start I barely use vim motions despite using neovim as my main editor, and touch typing goes along well with this. | ||
And despite using NixOS I feel like I barely know anything about nix. | ||
|
||
In order to also properly manage myself I have two main tools [bellado](https://github.com/isabelroses/bellado) and [vikunja](https://vikunja.io) having these two separate is really inconvenient but in order to use my to-do list well it needs to be accessible via the command line and through the web so whether I'm out and about or on my main work machine every will work well. | ||
One way I plan to improve this issue is to allow bellado to interact with my vikunja instance. |