Skip to content

unkiwii/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

616 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install process

Debian

After installing the base system without any Desktop Environment:

su -

# let the user run sudo commands
usermod -a -G sudo [username]

# remove any cd/dvd reference there
vi /etc/apt/sources.list

apt install doas git
echo 'permit persist [username] as root' > /etc/doas.conf
exit   # from the root session

git clone https://github.com/unkiwii/dotfiles
sh dotfiles/install.sh

Arch

Install Arch with archinstall:

  • Add mirrorlists
  • Partition and format Disks
  • Add a non-root user
  • Select Minimal Profile
  • Set timezone
  • Install git and base-devel packages

Reboot and login as the new added user, then:

git clone https://github.com/unkiwii/dotfiles
sh dotfiles/install-arch.sh

About

my configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors