From 9542cec9e3d68c9cef7a008d8feaef891ae9bba4 Mon Sep 17 00:00:00 2001 From: jakobst1n Date: Sat, 13 Jul 2019 00:55:52 +0200 Subject: Add arch-install and zshrc --- bin/install_GNULinux.sh | 8 -------- bin/install_arch.sh | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 bin/install_GNULinux.sh create mode 100644 bin/install_arch.sh (limited to 'bin') diff --git a/bin/install_GNULinux.sh b/bin/install_GNULinux.sh deleted file mode 100644 index 2d150d2..0000000 --- a/bin/install_GNULinux.sh +++ /dev/null @@ -1,8 +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 diff --git a/bin/install_arch.sh b/bin/install_arch.sh new file mode 100644 index 0000000..5306ba2 --- /dev/null +++ b/bin/install_arch.sh @@ -0,0 +1,15 @@ +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." -- cgit v1.2.3