Skip to content

Commit

Permalink
bat
Browse files Browse the repository at this point in the history
  • Loading branch information
corgan2222 committed Jun 9, 2024
1 parent 54a5011 commit eef9b00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion home/.dot/installer/00_basics.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
#sudo apt-get update
#sudo apt-get upgrade
APPS="curl wget lnav joe jo htop git tree pv figlet unzip mtr"
APPS="curl wget lnav joe jo htop git tree pv figlet unzip mtr bat"

for i in ${APPS}
do
Expand Down
5 changes: 5 additions & 0 deletions home/.dot/installer/raspi-bat.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

cd ~
wget https://github.com/sharkdp/bat/releases/download/v0.24.0/bat_0.24.0_armhf.deb
sudo dpkg -i bat_0.24.0_armhf.deb

0 comments on commit eef9b00

Please sign in to comment.