diff --git a/.spellr_wordlists/english.txt b/.spellr_wordlists/english.txt index 97e8007..aa98007 100644 --- a/.spellr_wordlists/english.txt +++ b/.spellr_wordlists/english.txt @@ -277,7 +277,6 @@ tmp todo toplevel tsx -ttab tty txt uncommit diff --git a/scripts/update.sh b/scripts/update.sh index e7cfa9e..20ba5da 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -8,15 +8,6 @@ function git_version_number { git --version | cut -d\( -f1 | grep -oE "[0-9\.]+" } -# get ttab -echodo curl https://raw.githubusercontent.com/mklement0/ttab/stable/bin/ttab > ~/.dotfiles/locals/ttab -if [[ $(wc -l ~/.dotfiles/locals/ttab | awk -F' ' '{print $1}') = "1" ]]; then - echoerr "ttab didn't download correctly" - exit 1 -fi -echodo chmod +x ~/.dotfiles/locals/ttab -echodo ln -sf ~/.dotfiles/locals/ttab /usr/local/bin/ttab - # get git-completion echodo curl "https://raw.githubusercontent.com/git/git/v$(git_version_number)/contrib/completion/git-completion.bash" > ~/.dotfiles/locals/git-completion.bash if [[ $(wc -l ~/.dotfiles/locals/git-completion.bash | awk -F' ' '{print $1}') = "1" ]]; then