OPERATING SYSTEMSOS Linux

Configuring Ubuntu for Software Development

This video demonstrates how I go about setting up a fresh Ubuntu install with the tools I use for development.

– git (Version Control)
https://git-scm.com/

– vim (Text Editor / Development)
http://www.vim.org/

– zsh + oh-my-zsh (Shell + Configuration Framework)
http://zsh.sourceforge.net/
https://github.com/robbyrussell/oh-my-zsh

– tmux (Terminal Multiplexer)
https://tmux.github.io/

– My dot files:
https://github.com/wesdoyle/dotfiles

Other stuff:
– gnome-tweak-tool – for remapping CapsLock to Ctrl
– To move the Unity launcher bar to bottom of screen, run the following command from the terminal: $ gsettings set com.canonical.Unity.Launcher launcher-position Bottom

source

ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *