Skip to content

Commit

Permalink
s/vim/hx
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Jan 27, 2023
1 parent f43e2eb commit fad5f0f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 17 deletions.
3 changes: 0 additions & 3 deletions DEPLOY
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ setup_dotfiles() {
git clone [email protected]:clux/dotfiles.git
cd dotfiles
make config
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
make vim
make ui
}

Expand Down
2 changes: 1 addition & 1 deletion roles/arch/tasks/pacman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
- git-delta
- github-cli
- starship
- vim
- helix
- asciinema
- terraform
- datamash
Expand Down
6 changes: 0 additions & 6 deletions roles/lpms/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,3 @@

- import_tasks: goget.yml
tags: [lpms, go, core]

- command: vim -T dumb +PlugUpdate +qall
register: command_result
changed_when:
- "'files changed' in command_result.stdout"
tags: [lpms, vim, core]
1 change: 0 additions & 1 deletion roles/mac/tasks/brew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
- less
- make
- rsync
- vim
- watch
- ssh-copy-id
- protobuf
Expand Down
10 changes: 4 additions & 6 deletions test/install.test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,10 @@ exists() {
exists firefox
exists guake
exists vlc
exists hx
}

@test "aur" {
exists subl3
[ -d ~/.vim ]
[ -f ~/.vim/autoload/plug.vim ]
exists blackbox_cat
run man -w z
[ "$status" -eq 0 ]
Expand Down Expand Up @@ -134,9 +132,9 @@ exists() {
[ -L "$HOME/.bash_profile" ]
[ -L "$HOME/.prompt" ]
[ -L "$HOME/.bashrc" ]
[ -d "$HOME/.config/sublime-text-3/Packages/User" ]
[ -L "$HOME/.config/sublime-text-3/Packages/User" ]
[ -r "$HOME/.config/sublime-text-3/Packages/User/SublimeLinter.sublime-settings" ]
#[ -d "$HOME/.config/sublime-text-3/Packages/User" ]
#[ -L "$HOME/.config/sublime-text-3/Packages/User" ]
#[ -r "$HOME/.config/sublime-text-3/Packages/User/SublimeLinter.sublime-settings" ]
[ -L "$HOME/.clang-format" ]
[ -L "$HOME/.dircolors" ]
[ -L "$HOME/.eslintrc" ]
Expand Down

0 comments on commit fad5f0f

Please sign in to comment.