2016-11-18 16:04:50 +01:00
|
|
|
#! /bin/sh
|
|
|
|
|
#
|
|
|
|
|
# general_setup.sh
|
|
|
|
|
# Copyright (C) 2016 fabian <fabian@testvm>
|
|
|
|
|
#
|
|
|
|
|
# Distributed under terms of the MIT license.
|
|
|
|
|
#
|
|
|
|
|
|
2017-05-24 16:59:32 +02:00
|
|
|
echo "exit" | zsh
|
2016-11-18 16:04:50 +01:00
|
|
|
chsh -s /usr/bin/zsh
|
|
|
|
|
tmux
|
|
|
|
|
echo ":PluginInstall" | vim
|