Install tools for serial communication
This commit is contained in:
parent
940261786a
commit
dc58bb23db
2 changed files with 4 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ DEB_PKGS=(
|
|||
magic-wormhole
|
||||
make
|
||||
markdown
|
||||
minicom
|
||||
mpv
|
||||
network-manager-openvpn
|
||||
nmap
|
||||
|
|
@ -95,6 +96,7 @@ META_PKGS=(
|
|||
|
||||
PIPX_PKGS=(
|
||||
# keep-sorted start
|
||||
rshell
|
||||
# keep-sorted end
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -5,3 +5,5 @@ systemctl --user enable --now syncthing.service
|
|||
mkdir -p ~/Pictures/screenshots
|
||||
|
||||
pre-commit install
|
||||
|
||||
sudo usermod --append --groups dialout ohad
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue