mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
refactored setup
This commit is contained in:
parent
26581a93ce
commit
a1d90602ea
2 changed files with 1 additions and 6 deletions
|
|
@ -1,5 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
for dotfile in *; do
|
||||
case "${dotfile}" in
|
||||
scripts|Makefile|*.md|LICENSE)
|
||||
Makefile|*.md|LICENSE|setup.sh)
|
||||
# NOOP
|
||||
;;
|
||||
*)
|
||||
Loading…
Add table
Add a link
Reference in a new issue