aboutsummaryrefslogtreecommitdiff
path: root/bin/install_arch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/install_arch.sh')
-rw-r--r--bin/install_arch.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/bin/install_arch.sh b/bin/install_arch.sh
deleted file mode 100644
index 5306ba2..0000000
--- a/bin/install_arch.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-echo "Install Oh-My-Zsh"
-sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
-
-echo "Install zsh-autosuggestions"
-git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
-
-echo "Install powerlevel9k"
-sudo pacman -S zsh-theme-powerlevel9k
-
-sudo pacman -S highlight atool w3m mediainfo
-
-ln -i zshrc ~/.zshrc
-
-
-echo "Please install the font Roboto mono nerd, and enable it in your terminal."