Skip to content

Commit

Permalink
Improve setup scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasNasman committed Sep 12, 2023
1 parent 415c17f commit b2dc191
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup/init.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env fish

# https://trello.com/c/46kxNqE9
cd ../brew/
cd (path resolve (status dirname)/../brew/)
brew bundle dump --force
4 changes: 2 additions & 2 deletions setup/validate.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env fish

# https://trello.com/c/QfYFXbJ7
cp /usr/local/opt/yabai/share/yabai/examples/yabairc ../yabai/
cp /usr/local/opt/yabai/share/yabai/examples/skhdrc ../skhd/
cp /usr/local/opt/yabai/share/yabai/examples/yabairc (path resolve (status dirname)/../yabai/)
cp /usr/local/opt/yabai/share/yabai/examples/skhdrc (path resolve (status dirname)/../skhd/)

0 comments on commit b2dc191

Please sign in to comment.