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
|
magic-wormhole
|
||||||
make
|
make
|
||||||
markdown
|
markdown
|
||||||
|
minicom
|
||||||
mpv
|
mpv
|
||||||
network-manager-openvpn
|
network-manager-openvpn
|
||||||
nmap
|
nmap
|
||||||
|
|
@ -95,6 +96,7 @@ META_PKGS=(
|
||||||
|
|
||||||
PIPX_PKGS=(
|
PIPX_PKGS=(
|
||||||
# keep-sorted start
|
# keep-sorted start
|
||||||
|
rshell
|
||||||
# keep-sorted end
|
# keep-sorted end
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,3 +5,5 @@ systemctl --user enable --now syncthing.service
|
||||||
mkdir -p ~/Pictures/screenshots
|
mkdir -p ~/Pictures/screenshots
|
||||||
|
|
||||||
pre-commit install
|
pre-commit install
|
||||||
|
|
||||||
|
sudo usermod --append --groups dialout ohad
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue