1:10 - Overview
2:08 - The build-essential metapackage
3:16 - The Mighty Text Editor: vim, emacs, and Sublime Text 3
4:49 - Why not emacs or vim?
6:30 - Multiple cursors and packages in Sublime Text
7:45 - Git (software version control), along with a mini git-tutorial
11:40 - The Z Shell (zsh) and oh-my-zsh
16:08 - How to edit your zsh configuration file (showing how to change the zsh theme)
About this Video:
This video covers how to set up a basic programming or software development workstation. If you're getting into scripting, programming, and software development, you need a solid "base box" to work from.
I'm using Ubuntu for this, since it's the distribution that most people start with. We're going to set up a few things that are useful no matter which language environment you end up configuring on top:
1. The build-essentials package, which contains compilers, GNU make, and other tools you'll probably need later on (even if you're not working with C/C++).
sudo apt-get install build-essentials
1.5 A few other basic things:
sudo apt-get install curl wget
2. Sublime Text (text editor):
http://www.sublimetext.com/3
3. The Git version control system:
sudo apt-get install git-core
4. ZSH (the Z shell) and oh-my-zsh:
sudo apt-get install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/rob...)"
Documentation
https://www.sublimetext.com/docs/3/
https://github.com/robbyrussell/oh-my...
http://zsh.sourceforge.net/Doc/
The entire Pro Git book (free):
https://git-scm.com/book/en/v2
##### More Stuff #####
My step-by-step project-based Linux course for beginners: https://www.udemy.com/course/hands-on...
Free Linux Sysadmin Course Playlist: • The Linux Basics Course: Beginner to Sysad...
DigitalOcean referral link: https://m.do.co/c/0380a1db56a6
Patreon: / tutorialinux
Official Site & e-mail list: https://tutorialinux.com/
Twitter: / tutorialinux
Facebook: / tutorialinux
Podcast: http://kernelpanicpodcast.com
On this page of the site you can watch the video online Basic Programming Workstation Setup with a duration of hours minute second in good quality, which was uploaded by the user tutoriaLinux 30 December 2016, share the link with friends and acquaintances, this video has already been watched 118,871 times on youtube and it was liked by 2 thousand viewers. Enjoy your viewing!