Dotfiles/System configurations/Run sudo w
Prevent system from prompting for your password when you type sudo
Not really best practice but gets annoying fam.
Edit visudo
by typing
Yes, really just that. Not prefixed with nvim
or so.
Almost at the button of the page you'll see a line which says:
Simply change to:
Et voila
Recursive file & folder creation
Allow writing touch & mkdir which allows to create recursive with auto folder creation and runs chmod +x on the created file by default
Keyboard Tester Feature Prompt
Build a Keyboard Tester Component in a Next.js App Router app that mimics a VIA-style interface, designed for user interaction and input visualization. No storage in localStorage or PostgreSQL is required, but a toggleable settings system should be implemented (can use URL params, Zustand, or context).