Skip to content

Instantly share code, notes, and snippets.

View DigitalMachinist's full-sized avatar
💫

Jeff Rose DigitalMachinist

💫
View GitHub Profile
@DigitalMachinist
DigitalMachinist / find_useless_resources_unity.sh
Last active February 18, 2018 00:14 — forked from ProGM/find_useless_resources_unity.sh
A useful script to identify Unity resource that are not referenced in the project
#!/bin/bash
GREEN='\033[0;32m'
RED='\033[0;31m'
YELLOW='\033[0;33m'
NC='\033[0m'
if [ -z "o1" ]
then
root="./"
@DigitalMachinist
DigitalMachinist / Finally a Decent Win10 Terminal.md
Last active November 7, 2020 17:51
Finally a Decent Win10 Terminal

Finally a Decent Win10 Terminal

Written 2020-11-05

In this guide, my intent is to install a bash & zsh terminals onto a Windows 10 machine such that they:

  • Have easy access to the Windows filesystem
  • Run almost as fast as a native implementation
  • Have a good baseline vim config without additional work
  • Support copy/cut/paste with Ctrl+C, Ctrl+X, Ctrl+V like normal