diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2019-07-13 00:55:52 +0200 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2019-07-13 00:55:52 +0200 |
commit | 9542cec9e3d68c9cef7a008d8feaef891ae9bba4 (patch) | |
tree | 918de6d4af7a42d5594b3db9ea939e21dc734733 /bin/install_GNULinux.sh | |
parent | e5f6faf61ac6ec388eda637c04d00092f013a004 (diff) | |
download | dotfiles-9542cec9e3d68c9cef7a008d8feaef891ae9bba4.tar.gz dotfiles-9542cec9e3d68c9cef7a008d8feaef891ae9bba4.zip |
Add arch-install and zshrc
Diffstat (limited to 'bin/install_GNULinux.sh')
-rw-r--r-- | bin/install_GNULinux.sh | 8 |
1 files changed, 0 insertions, 8 deletions
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
|