Skip to content

kennyhyun/dotfiles

Repository files navigation

dotfiles

This repo is supposed to cloned to a user's home directory

Installs and configure tools for Linux servers

preparation

terminal emulator

If you are using Windows, you will need Windows Terminal or kitty or putty to connect to the VM

Or Windows Terminal or Alacritty

create a user

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

use sudo without password

Additionally, for sudo without password,

sudo visudo

Add username ALL=(ALL) NOPASSWD:ALL to the last line

install

git clone https://github.com/kennyhyun/server-dotfiles.git dotfiles
dotfiles/init.sh

Log off and on again to use the env.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published