Skip to content

Commit

Permalink
add rg/rust/proximity-sort
Browse files Browse the repository at this point in the history
Really, just need that proximity-sort for my vim.

I may fix the cargo install so it's like my `npm_install_with_check`,
but at least cargo install does the obvious ignore, where I did that npm
check because it seemed like npm just went ahead and tried to install
again.
  • Loading branch information
ymendel committed Aug 19, 2021
1 parent 9d748f1 commit 3e22171
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions homebrew/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ brew 'jq'
brew 'macvim'
brew 'node'
brew 'npm'
brew 'rg'
brew 'rust'
brew 'tmux'
brew 'universal-ctags'

Expand Down
1 change: 1 addition & 0 deletions rust/env.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test -f $HOME/.cargo/env && source $HOME/.cargo/env
3 changes: 3 additions & 0 deletions rust/install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

cargo install proximity-sort

0 comments on commit 3e22171

Please sign in to comment.