Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jpambrun/dotfiles

Repository files navigation

echo "%wheel ALL=(ALL) ALL" > /etc/sudoers.d/wheel
useradd -m -G wheel -s /bin/bash jpambrun
passwd jpambrun
exit
Arch.exe config --default-user jpambrun

sudo pacman -Sy archlinux-keyring 
sudo pacman -Syu
sudo pacman -S which git openssh eza helix wget


ssh-keygen # add key to github

mkdir bin
cd bin
curl https://i.ip.dev.health/twpayne/chezmoi | bash
./chezmoi init [email protected]:jpambrun/dotfiles
return {
  wsl_domains = {
    {
      name = 'Arch',
      distribution = 'Arch',
      default_cwd = "~"
    },
  },
  default_domain = 'Arch',
  color_scheme = 'Ayu Mirage',
 
}
sudo pacman -S podman
sudo usermod --add-subuids 100000-165535 --add-subgids 100000-165535 $(whoami)
echo "wsl.exe -u root -e mount --make-rshared /" | sudo tee  /etc/profile.d/02-shared-root.sh
sudo chmod +x  /etc/profile.d/02-shared-root.sh
podman system migrate

ssh-keygen -f ~/.ssh/vida -t ed25519

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •