13 lines
185 B
Bash
13 lines
185 B
Bash
|
|
#! /bin/sh
|
||
|
|
#
|
||
|
|
# general_setup.sh
|
||
|
|
# Copyright (C) 2016 fabian <fabian@testvm>
|
||
|
|
#
|
||
|
|
# Distributed under terms of the MIT license.
|
||
|
|
#
|
||
|
|
|
||
|
|
zsh
|
||
|
|
chsh -s /usr/bin/zsh
|
||
|
|
tmux
|
||
|
|
echo ":PluginInstall" | vim
|