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