Add arch setup first version
This commit is contained in:
12
general_setup.sh
Executable file
12
general_setup.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#! /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
|
||||
Reference in New Issue
Block a user