planck: starting over

This commit is contained in:
Konstantin Bukley
2021-04-08 20:32:46 +03:00
parent e2cdf3fc5d
commit 776cb6d1e0
2 changed files with 26 additions and 19 deletions

View File

@@ -1,3 +1,6 @@
#!/bin/sh
for dir in $(ls -d */); do stow -Rv ${dir}; done
# Link planck config to QMK (prime)
ln -s /Users/madundead/Development/dotfiles/planck/keymap.c /Users/madundead/Development/qmk/keyboards/planck/keymaps/madundead/keymap.c