diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/install_arch.sh (renamed from bin/install_GNULinux.sh) | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/install_GNULinux.sh b/bin/install_arch.sh index 2d150d2..5306ba2 100644 --- a/bin/install_GNULinux.sh +++ b/bin/install_arch.sh @@ -6,3 +6,10 @@ git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-m 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."
|