Add arch setup first version

This commit is contained in:
Fabian Ising
2016-11-18 16:04:50 +01:00
parent aeb17788fe
commit 0b63903632
4 changed files with 45 additions and 0 deletions

15
setup_arch.sh Executable file
View File

@@ -0,0 +1,15 @@
#! /bin/sh
#
# clone_and_link.sh
# Copyright (C) 2016 fabian <fabian@fabi-laptop-arch>
#
# Distributed under terms of the MIT license.
#
sudo pacman -Sy archlinux-keyring --noconfirm
sudo pacman -Syu --noconfirm
sudo pacman -Sy base-devel xorg xorg-xinit gnome gnome-extra gvim zsh tmux openssh termite powerline powerline-fonts --noconfirm
./clone_and_link.sh
cp zsh/.powerline_config_arch.example zsh/.powerline_config
cp vim/.vimrc_config_powerline_arch.example vim/.vimrc_config_powerline
chsh -s /usr/bin/zsh