Skip to content

Instantly share code, notes, and snippets.

View d70rr3s's full-sized avatar
🏠
Working from home

Dennis A. Torres Rodriguez d70rr3s

🏠
Working from home
View GitHub Profile
#!/usr/bin/env bash
# Installer script
# -----------------------------------------------
# This script is responsible for creating proper
# directories and files and the installation of
# ansible package any other dependencies needed
# and executing provitioning playbook.
# -----------------------------------------------
echo \ \ \ \
@d70rr3s
d70rr3s / install-notes.md
Last active May 8, 2018 20:55
Customize step-by-step an Ubuntu local machine (for web developers)

Intro

Some personal notes for customize my local Ubuntu machine for work (web development mainly), includes tools a some tweaks. Before anything else lets just create a .tmp dir for .deb and source files.

mkdir -p ~/.tmp
cd .tmp

OS settings

Removing guest session