./wsl-arch-dotfiles/setup.sh
- Add package to packages list in ./setup.sh
- (opt) Move it's config folder inside the repo's folder
- Create symlink (ln -s -f) in the ./setup.sh file
- Run setup.sh to make sure everything works
- Commit & push changes.
nano /etc/sudoers
Uncomment %wheel ALL=(ALL) ALL
useradd -m thomas -G wheel
passwd thomas
su thomas
cd /home/thomas
sudo pacman-key --init
sudo pacman-key --populate
sudo pacman -Syy archlinux-keyring
sudo pacman -Syyu
sudo pacman -S git
git config --global user.email "<email>"
git config --global user.name "<fullname>"
git config --global credential.helper store
git clone https://github.com/thomasgoulet/wsl-arch-dotfiles
gh auth login
chsh
and set prompt to /bin/fish
Enable Arch in Docker Desktop > Settings > Resources > WSL Integration
usermod -a -G docker thomas