Skip to content

Instantly share code, notes, and snippets.

View akhan4u's full-sized avatar
☘️
Gratitude

Amaan Khan akhan4u

☘️
Gratitude
View GitHub Profile
@akhan4u
akhan4u / install_anaconda.yaml
Last active April 3, 2019 18:13
Ansible playbook to install anaconda3 onto remote system.
---
- hosts: "{{ host_name }}"
roles:
# Install python3 setup onto the remote system
- role: andrewrothstein.python3
python3_pyenv: "3.6.5"
# Install Anaconda3 onto the remote system and install the listed packages as default
- role: andrewrothstein.anaconda3
anaconda_install_packages:
- absl-py==0.1.13
@akhan4u
akhan4u / .bash_aliases
Created February 4, 2019 09:41 — forked from vratiu/.bash_aliases
Git shell coloring
# Customize BASH PS1 prompt to show current GIT repository and branch.
# by Mike Stewart - http://MediaDoneRight.com
# SETUP CONSTANTS
# Bunch-o-predefined colors. Makes reading code easier than escape sequences.
# I don't remember where I found this. o_O
# Reset
Color_Off="\[\033[0m\]" # Text Reset