Skip to content

Instantly share code, notes, and snippets.

View tenequm's full-sized avatar

Misha Kolesnik tenequm

View GitHub Profile
@tenequm
tenequm / vim.sh
Created May 23, 2017 18:21
Script for applying comfort Vim environment.
#!/bin/bash
# Applying comfort Vim environment
mkdir -p ~/.vim/autoload
wget https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim -O ~/.vim/autoload/plug.vim
wget https://raw.githubusercontent.com/1nfinitum/dotfiles/master/server/.vimrc -O ~/.vimrc
@tenequm
tenequm / ansible-role-test-ssh.sh
Last active April 22, 2017 02:52 — forked from geerlingguy/ansible-role-test.sh
Ansible Role Test Shim Script
#!/bin/bash
#
# Ansible role test shim.
#
# Usage: [OPTIONS] ./tests/test.sh
# - distro: a supported Docker distro version (default = "centos7")
# - playbook: a playbook in the tests directory (default = "test.yml")
# - cleanup: whether to remove the Docker container (default = true)
# - container_id: the --name to set for the container (default = timestamp)