GithubHelp home page GithubHelp logo

ubuntu-dev-machine-setup's Introduction

ubuntu-dev-machine-setup

This repo contains Ansible playbooks to configure your system as a development machine upon a clean install. The playbooks should run in Debian based system but was only tested with Ubuntu 18.04 and Ubuntu 19.04

bullet-train-zsh-theme

Screenshot above is using bullet-train zsh theme

Pre-requisites

On the system which you are going to setup using Ansible, perform these steps.

You need to install Ansible and git before running the playbooks. You can either install it using pip or though apt.

sudo apt install ansible git

And clone this repo

git clone https://github.com/fazlearefin/ubuntu-dev-machine-setup.git
cd ubuntu-dev-machine-setup

Running the playbooks to configure your system

Invoke the following as yourself, the primary user. Not root.

ansible-playbook site.yml -e "{ laptop_mode: True }" -e "{ virtual_machine_mode: False }" -e "local_username=$(logname)" -K

What is this laptop_mode?

Setting this to True

  • will install some packages like powertop for battery economy
  • will not install and configure ssh server

Setting this to False

  • will not install some packages like powertop for battery economy
  • will install and configure ssh server

What is this virtual_machine_mode?

This is to tell if you are configuring Ubuntu on a virtual machine.

Setting this to True

  • will not install docker, virtualbox and vagrant

What gets installed and cofigured?

I am a Linux Systems Engineer and my daily job include working with various config management using Ansible. So if you are in a similar profession the installed system will suit your needs. It is also easy to extend using Ansible roles.

Summary of packages that get installed and configured:

  • Archiving tools like zip, rar, etc
  • Customization tools like gnome-tweak-tool, etc
  • Power management tools like cpufrequtils, powertop, etc
  • Download utils like aria2, wget, axel, etc
  • Developer tools like awscli, httpie, parallel-ssh, clusterssh, docker, vagrant, virtualbox, etc
  • Google Chrome
  • Visual Studio Code and some popular extensions
  • Git Bash Prompt
  • ssh server
  • zsh shell, antigen plugin manager, oh-my-zsh plugins
  • Powerline Fonts
  • Reduce swappiness for better perfomance
  • Mount /tmp on tmpfs
  • Enable ufw firewall and configure for incoming ssh
  • Install Janus Vim Distribution
  • Generate a .zshrc to enjoy zsh right away
    • Enable oh-my-zsh and some bundled plugins
    • Enable bullet-train zsh theme
    • Function to stop ssh-agent from asking for encrypted ssh key password repeatedly when launching new terminal

Known Issues

  • If the ansible playbook halts after completing a few tasks, simply run the playbook again. Since most of the tasks are idempotent, running the playbook multiple times won't break anything.
  • If your terminal shows any weird characters because of installing one of the zsh themes, simply change the font to a suitable Powerline Font from the terminal's settings.

Pull Requests and Forks

You are more than welcome to send any pull requests. However, the intention of this repo is to suit my development needs. So it might be better if you fork this repo instead for your own needs and personalization.

Donations

Bitcoin (BTC): 38uvDLV4GzcAB7qMUEM5chqivESqNPWPZW

Ethereum (ETH): 0xb87A10e8e3fa4Ea71b478f8f0c8798977dBe28Ed

Litecoin (LTC):MRAwH2WHUprCn5RcpKWKMkfaUJicTpsbWr or 3Jxny96KXhzmya9iiSWyY7RB9c8AXRGN3n

ubuntu-dev-machine-setup's People

Contributors

fazlearefin avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.