some breaking changes?
This commit is contained in:
parent
1caf7eb710
commit
8be2e01f1c
1 changed files with 2 additions and 1 deletions
3
.bashrc
3
.bashrc
|
@ -195,10 +195,11 @@ p_has() {
|
||||||
inst_has() {
|
inst_has() {
|
||||||
git clone https://github.com/kdabir/has.git /tmp/has && cd /tmp/has && sudo make install
|
git clone https://github.com/kdabir/has.git /tmp/has && cd /tmp/has && sudo make install
|
||||||
}
|
}
|
||||||
|
echo_info "Installing has"
|
||||||
silentexec inst_has
|
silentexec inst_has
|
||||||
else
|
else
|
||||||
tools() {
|
tools() {
|
||||||
local pkgs="bash fish git curl make cmake gcc g++ rg docker composer node npm php jre python3 go cargo"
|
local pkgs="bash zsh git curl make cmake gcc g++ rg docker composer node npm php jre python3 go cargo"
|
||||||
has $pkgs
|
has $pkgs
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue