Skip to content

Week 158

Compare
Choose a tag to compare
@ipatch ipatch released this 28 Dec 20:25
v0.158.0
27fb86b

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 and make 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

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