This repo is supposed to cloned to a user's home directory
Installs and configure tools for Linux servers
If you are using Windows, you will need Windows Terminal or kitty or putty to connect to the VM
Or Windows Terminal or Alacritty
Replace username
to yours.
Run following commands one by one.
sudo useradd -s /bin/bash -m username
sudo usermod -aG sudo username
sudo passwd username
Additionally, for sudo
without password,
sudo visudo
Add username ALL=(ALL) NOPASSWD:ALL
to the last line
git clone https://github.com/kennyhyun/server-dotfiles.git dotfiles
dotfiles/init.sh
Log off and on again to use the env.