Part 2: Software Development Tools

sudo apt-get install python3-pip
sudo apt-get install python-pip
sudo pip install --upgrade youtube_dl
sudo apt-get install dosbox
sudo apt-get install oracle-java8-jdk
sudo apt-get install gnome-disk-utility
sudo apt-get install leafpad
sudo apt-get install libreoffice
Emacs - do whole video on this.
Leiningen - save lein script to /bin/lein, then:
sudo chmod a+x /bin/lein
lein
sudo apt install emacs24
git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d

.spacemacs config:

(setq-default dotspacemacs-configuration-layers
'((clojure :variables clojure-enable-fancify-symbols t)))

vim/fireplace (do whole video on this):


sudo apt-get install vim
git clone https://github.com/ctford/vim-fireplace-easy.git .vim
ln -s ~/.vim/vimrc.vim ~/.vimrc
vim -c "helptags ~/.vim/bundle/vim-fireplace/doc" -c "q"

Comments

Popular posts from this blog

MilkyTracker: The quest for the perfect music software

Programming: The New Rock 'N' Roll

Pardon My Parsing...