No description
  • Go 32.2%
  • CSS 25.5%
  • Shell 23.5%
  • SCSS 11.8%
  • JavaScript 6.9%
  • Other 0.1%
Find a file
2026-05-17 14:07:08 +02:00
.config fix husky default nvm alias 2026-05-17 14:06:37 +02:00
.cursor add password-store settings to vscode & cursor 2026-03-07 16:26:57 +01:00
.vscode-oss add password-store settings to vscode & cursor 2026-03-07 16:26:57 +01:00
docs add npm & expo shared network docs 2026-03-31 19:19:07 +02:00
scripts add tclean script 2026-05-17 14:07:08 +02:00
.gitconfig update git config 2026-03-06 10:33:41 +01:00
.gitignore replace old scripts to stay on main bank 2026-03-06 15:12:22 +01:00
.stow-local-ignore copy some docs from i3 dotfiles 2025-12-29 12:42:37 +01:00
.themes.gitconfig copy some docs from i3 dotfiles 2025-12-29 12:42:37 +01:00
.zshrc add getenv function 2026-04-30 12:22:03 +02:00
README.md add readme 2025-12-29 11:15:00 +01:00

Dotfiles for sway

Dependencies:

  • install GNU stow: pacman -S stow

Usage:

Setup the repo and dotfiles folder:

  • cd ~
  • git clone https://github.com/chris-paganon/sway-dotfiles.git dotfiles
  • Remove or rename existing conflicting dotfiles from existing home
  • Run stow . to create symlinks of all the files in this directory into parent folder (home/my-user) while leaving other dotfiles unaffected

Alternatively (if you don't want to delete anything):

  • Run stow . --adopt
  • This should have copied all the conflicting dotfiles content into the current dotfiles directory
  • Review the changes in the current repo with git diff
  • Adjust the changes as needed
  • Run stow .

Documentation:

Find more info in the docs folder. Open with obsidian for best experience.