Skip to content

Commit

Permalink
Install exa
Browse files Browse the repository at this point in the history
  • Loading branch information
nbigaouette committed Nov 3, 2017
1 parent 6270df8 commit 054dedc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions to_run/install_02_exa.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

if [[ command -v exa &> /dev/null ]]; then
echo "Warning: exa already installed."
else
cargo install exa
fi

0 comments on commit 054dedc

Please sign in to comment.