Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
077bb2e2d9 | |||
6eaf278279 |
1 changed files with 2 additions and 3 deletions
|
@ -20,6 +20,7 @@ apt-get update \
|
|||
cargo \
|
||||
command-not-found \
|
||||
curl \
|
||||
diffr \
|
||||
elinks \
|
||||
eza \
|
||||
fd-find \
|
||||
|
@ -48,10 +49,8 @@ apt-get update \
|
|||
pipx \
|
||||
&& apt-file update
|
||||
|
||||
cargo install --root /usr/local diffr
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
curl $CURLOPT -o /usr/local/sbin/cleanup.sh https://git.schmidl.dev/schtobia/bootstrap/raw/branch/master/cleanup/cleanup.sh \
|
||||
curl $CURLOPT -o /usr/local/sbin/cleanup.sh https://git.schmidl.dev/schtobia/bootstrap/raw/branch/master/cleanup.sh \
|
||||
&& chmod u+x /usr/local/sbin/cleanup.sh
|
||||
|
||||
# diff-highlight from git is necessary for tig
|
||||
|
|
Loading…
Reference in a new issue