Fix links
This commit is contained in:
@@ -6,10 +6,13 @@
|
||||
# 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
|
||||
sudo pacman --needed -Sy archlinux-keyring --noconfirm
|
||||
sudo pacman --needed -Syu --noconfirm
|
||||
yes | sudo pacman --needed -Sy vte3-ng
|
||||
sudo pacman --needed -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
|
||||
if [ $SHELL != "/bin/zsh" ]; then
|
||||
chsh -s /usr/bin/zsh;
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user