duckingod / computer_customize

Script for computer customize

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computer Customize

Script for computer customize (Linux/OSX)

Install

git clone https://github.com/duckingod/computer_customize.git
cd computer_customize

Usage

Command/Config

  • OSX/ubuntu: initialize custom command/user config
    • save commands in ~/.script
./go.sh
  • define command
mk-cmd ht "htop -u Alice"
ht
  • add virtualenv (in current location)
. venv (make new env)"
unenv
. venv python3.5"
unenv

install virtualenv with python3.5 in ./.env3.5

venv delete python3.5

will delete virtualenv with python3.5

Tools

  • virtualbox,ubuntu: install Guest Additions (from Filip Wasilewski)
    • first insert Guest Additions CD image, then
sudo ./tools/installGuestAdditions.sh

About

Script for computer customize


Languages

Language:Shell 50.8%Language:Vim Script 37.1%Language:Python 12.0%