Skip to content

Piagrammist/dotfiles

Repository files navigation

Dotfiles

Usage

  • Clone the repo in the home dir:

    git clone https://github.com/Piagrammist/dotfiles "$HOME"
  • Install the packages:

    sudo pacman -S - < ~/pacman-ls
  • Manually install paru, and then:

    paru -S - < ~/aur-ls
  • Set your wallpaper using:

    wall-set "path/to/pic.jpg"
  • Correct your home path in picom config:

    log-level = "warn";
    log-file = "/home/rz/.local/share/picom/picom.log"; <----
    

Git Credential Manager

git-credential-manager configure
git config --global credential.credentialStore gpg
gpg --gen-key
# get <gpg-id> from above command
pass init <gpg-id>