|
You are here |
www.robinwils.com | ||
| | | | |
developerlife.com
|
|
| | | | | I've provided scripts for setting up a new Ubuntu 24.04 desktop machine. They have been tested on a fresh install of Ubuntu 24.04 LTS. They contain all the software that is needed for Rust development, OBS Studio use, and general developer productivity. They are highly opinionated for my use case, but you can modify them to suit your needs. | |
| | | | |
codebenchers.com
|
|
| | | | | Figure out how to install KMonad on Ubuntu and set up a custom layer for your keyboard to navigate with the i,j,k,l keys as arrow keys. | |
| | | | |
robinwils.com
|
|
| | | | | ||
| | | | |
bosker.wordpress.com
|
|
| | | Calling all bash users. This is a public service announcement. Heres something you need to know if you want to write bash scripts that work reliably, but you probably dont. Recommendations For script authors: Every bash script that uses the cd command with a relative path needs to call unset CDPATH, or else it may | ||