Skip to content

Commit

Permalink
add make init
Browse files Browse the repository at this point in the history
  • Loading branch information
0xrjman committed Aug 31, 2022
1 parent b282b38 commit fc80c62
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@

.PHONY: grant
grant:
echo "Grant all the scripts permissions..."
chmod +x grant.sh
./grant.sh
echo "done"

.PHONY: init
init: grant

.PHONY: alias
alias:
chmod +x ./launch/alias.sh
Expand Down
2 changes: 1 addition & 1 deletion grant.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1 +1 @@
chmod + x **/*.sh
chmod +x **/*.sh
5 changes: 5 additions & 0 deletions launch/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Launch

## AI

## neovim

0 comments on commit fc80c62

Please sign in to comment.