Skip to content

Commit

Permalink
Remove ttab
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdana committed Jan 24, 2024
1 parent 7914875 commit 9dd0a49
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion .spellr_wordlists/english.txt
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ tmp
todo
toplevel
tsx
ttab
tty
txt
uncommit
Expand Down
9 changes: 0 additions & 9 deletions scripts/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9dd0a49

Please sign in to comment.