Fresh Install Updates#26
Open
dkalowsk wants to merge 14 commits into
Open
Conversation
Use the gitconfig to set the default branch name to main instead of using master these days. Signed-off-by: Dan Kalowsky <dank@deadmime.org>
Remove the duplicate entry for universal-ctags Signed-off-by: Dan Kalowsky <dank@deadmime.org>
Use snap and brew to install diff-so-fancy. Signed-off-by: Dan Kalowsky <dank@deadmime.org>
Update the release of the cascadia code font path. Signed-off-by: Dan Kalowsky <dank@deadmime.org>
42a7e2b to
b14b98c
Compare
Make the platform selection process more consistent and fault tolerant by using readonly constants for the strings and also scrubbing the uname output to always be the same. Signed-off-by: Dan Kalowsky <dank@deadmime.org>
Add the bash autocomplete series for the git commands and add openocd for flashing the rpi_pico with Zephyr. Signed-off-by: Dan Kalowsky <dank@deadmime.org>
Previously this was being done with a downloaded file but it seems that Ubuntu at least has a package to do the same thing and just needs to be updated to source. Add sourcing to my bashrc. Signed-off-by: Dan Kalowsky <dank@deadmime.org>
Set the ghostty theme to TokyoNight Night. Signed-off-by: Dan Kalowsky <dank@deadmime.org>
now that wl-clipboard is installed, enable the use of the clipboard from ghostty such that vim/nvim yanks can populate it and pull from it. Signed-off-by: Dan Kalowsky <dank@deadmime.org>
Turns out, I use a lot of the fzf keybindings without really noticing it. Make sure first that FZF is installed. Then second make sure to source the key-bindings and tab completion features. The paths right now are specific to the apt installed version of FZF which will also need to be updated for the locally installed versions on other OSes. Signed-off-by: Dan Kalowsky <dank@deadmime.org>
This has been a command I use on and off to determine how much of the development is going on. It was recently brought back to my attention in a blog post by someone who uses it to determine how alive a project is. That is an interesting change as for me this command is really about determining how close we are towards release. Signed-off-by: Dan Kalowsky <dank@deadmime.org>
This one comes from a recent blog post about determining the file with the most change. This falls under the Adam Tornhill concept of treating your codebase as a crime to find where the most damage is being done. Typically the file with the most continuous changes for a long lived project is the file that needs to be broken down into small parts such that it can be better understood. In a previous life I had done this with the use of codecity and hadn't really thought to do it with straight git commands. I'm surprisingly happy to discover it can be done with straight git commands. Signed-off-by: Dan Kalowsky <dank@deadmime.org>
5d0fb93 to
e2953e6
Compare
Now that all of this is sourced from other parts, remove our custom version. Signed-off-by: Dan Kalowsky <dkalowsky@QCOM-O84ylWyi9y.na.qualcomm.com>
Add the files for updating to astronvim v6. This fixes an issue on neovim v12 that throws a warning on startup due to a change in how clang-format and clang-tidy can be loaded now. Signed-off-by: Dan Kalowsky <daniel.kalowsky@oss.qualcomm.com>
e2953e6 to
2e267fb
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Minor updates needed after having done a fresh OS installed when the SSD completely failed.