aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/install_arch.sh15
-rwxr-xr-xbin/install_mac.sh24
-rw-r--r--bin/install_win.bat10
3 files changed, 0 insertions, 49 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."
diff --git a/bin/install_mac.sh b/bin/install_mac.sh
deleted file mode 100755
index 69e84d0..0000000
--- a/bin/install_mac.sh
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh
-
-echo "> Install Homebrew"
-/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
-
-echo "> Install \"Highlight, atool, w3m, mediainfo\""
-bew install highlight atool w3m mediainfo
-
-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"
-brew tap sambadevi/powerlevel9k
-
-echo "> Install our dotfiles"
-ln -i mac/zshrc ~/.zshrc
-ln -i mac/tmux.conf ~/.tmux.conf
-ln -i mac/Hyperterm/hyper.js ~/.hyper.js
-ln -i mac/Hyperterm/local/ ~/.hyper_plugins/local/
-
-echo "\nPlease install the font Roboto mono nerd, and enable it in your terminal."
diff --git a/bin/install_win.bat b/bin/install_win.bat
deleted file mode 100644
index 44b529b..0000000
--- a/bin/install_win.bat
+++ /dev/null
@@ -1,10 +0,0 @@
-@echo off
-
-echo This installer will setup you system with jakobs1n's dotfiles.
-echo It will not care about your current setup, and will assume that you have a "stock" setup, or are trying a new version of jakobs1n's config.
-echo
-echo Are you an administrator on your system? (Y/n)
-echo I don't care...
-echo
-echo this key should point to your env.cmd
-echo REG Add "HKCU\SOFTWARE\Microsoft\Command Processor" /v AutoRun /t REG_SZ /d <pathToFile>