Skip to content

Paippi/dotfiles

Repository files navigation

Arch installation

  1. Follow instructions in arch_install_guide.md
  2. run $ curl -Lks https://raw.githubusercontent.com/Paippi/dotfiles/refs/heads/main/.arch-setup/setup-dotfiles.sh | /bin/bash
  3. run $ bash $HOME/.arch-setup/arch-setup-install.sh

Setup Nvidia Drivers (Optional)

bash $HOME/.arch-setup/setup-nvidia.sh

Keeping track of configuration changes

config is alias for git with some configuration changes. Use like git.

$ config add <my file>
$ config commit -m "Added <my file>"
$ config push origin main
$ config add -u # Will stage the modified and deleted files
$ config commit -a # Will commit only the modified and deleted files

About

Dotfiles for my Arch installation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published