mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
wip
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Open dotfiles.
|
||||
|
||||
set -e
|
||||
|
||||
test -d "${DOTFILES}" || \
|
||||
(echo "Dotfiles path not a directory or doesn't exist" && exit 1)
|
||||
|
||||
cd "${DOTFILES}" && vi .
|
||||
@@ -96,7 +96,7 @@ main() {
|
||||
_parse_options "$@"
|
||||
test "$remove" -eq 0 && _remove_scripts && exit "$?"
|
||||
test "$uninstall" -eq 0 && _remove_scripts && exit "$?"
|
||||
_install && exit "$?"
|
||||
_install
|
||||
}
|
||||
|
||||
main "$@"
|
||||
|
||||
Reference in New Issue
Block a user