dotfiles
dotfiles copied to clipboard
Initial install, sudo without password
Add to the docs or README, maybe:
sudo visudo(enter password when asked)- Type
/%adm<Enter>3fAiNOPASSWD:<Esc>:wq<Enter> - Before:
%admin ALL=(ALL) ALL - After:
%admin ALL=(ALL) NOPASSWD:ALL
- Type
- Install dotfiles per README
sudo visudo- Type
/%adm<Enter>fNdf:<Esc>:wq<Enter> - (revert previous change)
- Type
(This assumes the default new system visudo configuration)