Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.08 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.08 KB

Dotfiles

This is my personal dotfiles repository. It contains configuration files for various programs and tools I use on a daily basis.

How to use

Run bootstrap/install_symlinks.py to create symlinks for all files in dotfiles/ to ~/ (this can be destructive!)

Run bootstrap/yay_restore.sh to install yay from src

Run bootstrap/flatpak_restore.sh to install all flatpak apps from flatpak-apps.txt

Run bootstrap/pkg_restore.sh to install all packages from yayapps.txt (not recommended)

.personal template

To be created at ~/

# Personal and sensitive information
# DO NOT COMMIT THIS FILE

export GH_USERNAME=$GH_TOKEN
export GH_USER=$GH_TOKEN

# Your SSH key https://github.com/settings/keys
export GH_TOKEN=$GH_TOKEN
export GITHUB_TOKEN=$GH_TOKEN
export OUTSTEM_AWS_ACCESS_KEY_ID=$AWS_ACCESS_ID
export OUTSTEM_AWS_ACCESS_KEY_SECRET=$AWS_ACCESS_SECRET

TODOS

  • Script to export and restore flatpak apps
  • Script to install yay from src
  • Install symlink script
  • List of installed apps (from pacman/yay)
  • Script to install apps from list