Week 158
This release contains all commits from the dev.fall branch merged into this release branch, future updates will be made within a dev.winter branch, and the dev.fall branch will be deleted π.
Most Notable dotfile(s) Changes π΄π» reverse chronological order πΆ
- messed around with adding output from a custom vim function to my statusline
- #fishshell, #macos add abbr for mounting local fs using apfs
- #freecad #javascript, scaffold a infinite scroll user script for freecad forum threads
- #ripgrep, setup pseduo ripgrep rc file to glob ignore certain path entires / directories
- #vim setup control+p using fzf without using fzf.vim to fuzzy search for files within vim, so far so good π€
- #vim #readme, add note about resolving coc.nvim errors
- #cpp #clang, and note about uninstalling files installed with
cmake
andmake install
- π¨ #vim do not remap esc in vim or mouse scroll will break and
vimdiff
becomes useless,nvim
has no issues remapping esc - machomebrew, #mac #homebrew
- add
brew tap.ls
fish function to list all formula provided by a homebrew tap - try and make
.gitignore
more sane for ignoring prusa slicer and freecad rc files- use,
git add --force
to add a file listed within the.gitignore
- use,
Most Notable dotfile(s) wiki Changes π΄π» reverse chronological order πΆ
- update notes about working with public key auth using ssh with openssl or libressl
- long story short, when tshooting start ssh server in foreground with the
-d
flag to see verbose error message and to shave sanity - #git #gitnotes, add some notes about managing multiple remotes, and using a single git clone with multiple remotes using different branches from different remotes, freecad π
- #windows, add update notes about creating and managing windows images for quickly setting up a fresh windows install with all the goodies
for future me
echo "to resolve binary merge conflicts, https://stackoverflow.com/a/2163926/708807"
git checkout --theirs -- path/to/conflicted-file.txt