updated external packages
This commit is contained in:
parent
b5e8ce476b
commit
149376aca6
1 changed files with 11 additions and 11 deletions
22
udeps.sh
22
udeps.sh
|
@ -13,24 +13,24 @@ function dpkg_url() {
|
||||||
|
|
||||||
# installing base dependencies
|
# installing base dependencies
|
||||||
sudo apt-get -my install \
|
sudo apt-get -my install \
|
||||||
git \
|
git \
|
||||||
stow \
|
stow \
|
||||||
etckeeper \
|
etckeeper \
|
||||||
tmux \
|
tmux \
|
||||||
zsh \
|
zsh \
|
||||||
vim \
|
vim \
|
||||||
powerline\
|
powerline\
|
||||||
htop \
|
htop \
|
||||||
mc \
|
mc \
|
||||||
curl \
|
curl \
|
||||||
aptitude \
|
aptitude \
|
||||||
nnn \
|
nnn \
|
||||||
ack \
|
ack \
|
||||||
fzf \
|
fzf \
|
||||||
ripgrep \
|
ripgrep \
|
||||||
grc \
|
grc \
|
||||||
fd-find \
|
fd-find \
|
||||||
ncdu
|
ncdu
|
||||||
|
|
||||||
read -n1 -p $'Does this system need a ssh server?\n' REPLY
|
read -n1 -p $'Does this system need a ssh server?\n' REPLY
|
||||||
if [[ $REPLY == [Yy] ]]; then
|
if [[ $REPLY == [Yy] ]]; then
|
||||||
|
@ -52,7 +52,7 @@ if [ -f "/usr/.crates2.json" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#This section installs software outside apt
|
#This section installs software outside apt
|
||||||
dpkg_url http://mirrors.kernel.org/ubuntu/pool/universe/r/rust-exa/exa_0.9.0-4_amd64.deb
|
dpkg_url http://mirrors.kernel.org/ubuntu/pool/universe/r/rust-exa/exa_0.9.0-5_amd64.deb
|
||||||
dpkg_url https://github.com/muesli/duf/releases/download/v0.6.2/duf_0.6.2_linux_amd64.deb
|
dpkg_url https://github.com/muesli/duf/releases/download/v0.6.2/duf_0.6.2_linux_amd64.deb
|
||||||
dpkg_url https://github.com/ClementTsang/bottom/releases/download/0.6.1/bottom_0.6.1_amd64.deb
|
dpkg_url https://github.com/ClementTsang/bottom/releases/download/0.6.3/bottom_0.6.3_amd64.deb
|
||||||
#https://github.com/dandavison/delta/releases/download/0.8.0/delta-0.8.0-x86_64-unknown-linux-gnu.tar.gz
|
#https://github.com/dandavison/delta/releases/download/0.8.0/delta-0.8.0-x86_64-unknown-linux-gnu.tar.gz
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue