Skip to content

Commit

Permalink
sh: add install.sh for install
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew_lin committed Apr 9, 2018
1 parent d27a5e5 commit 7cfa435
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#! /bin/sh
./init_setup.sh && \
./gen_vim.sh && \
./gen_links.sh && \
./add_fonts.sh && \
./add_syntastic.sh

0 comments on commit 7cfa435

Please sign in to comment.