Remove programs not needed in workflow

- Remove a small selection of programs
- Add a comment to mention this is based on debian/ubuntu WSL
master
Nathan Steel 5 years ago
parent 7ea52669e0
commit bdf1d3533f

@ -1,5 +1,6 @@
# This install script is for a WSL install
# For debian based WSL. Tested on Ubuntu
# This install will install only tools for CLI use
# Update and Upgrade the system first
@ -19,7 +20,6 @@ apt install tmux zsh -y
## Text Editors
apt install vim neovim -y
apt install groff -y
## Git
apt install git tig -y
@ -63,25 +63,10 @@ apt install mpd mpc mcmpcpp -y
# RSS Reader
apt install newsboat -y
# Mail Client
apt install neomutt -y
# Download Utilities (Legallity, uncertain)
## Youtube-dl
curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
chmod a+rx /usr/local/bin/youtube-dl
## Torrenting (Seperate script?)
apt install transmission-daemon transmission-cli transmission-remote-cli -y
#systemctl stop transmission-daemon.service
#/lib/systemd/system/tranmission-daemon.service # Change debian-transmission to $USER
# systemctl daemon-reload
# start/restart service
# /etc/transmission-daemon/settings.json # edit whitelist, blocklist, password
# Setup the user for transmission-daemon
HOME=/home/nathan
mkdir2() {
for DIR
do

Loading…
Cancel
Save