From 364ca3a5835acb4d00baceab660d054570e36418 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Thu, 24 May 2018 19:46:01 +0200 Subject: Changed install files a bit --- bin/install.bat | 10 ---------- bin/install.sh | 11 ----------- bin/install_GNULinux.sh | 0 bin/install_mac.sh | 11 +++++++++++ bin/install_win.bat | 10 ++++++++++ 5 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 bin/install.bat delete mode 100755 bin/install.sh create mode 100644 bin/install_GNULinux.sh create mode 100755 bin/install_mac.sh create mode 100644 bin/install_win.bat diff --git a/bin/install.bat b/bin/install.bat deleted file mode 100644 index 6592e63..0000000 --- a/bin/install.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 diff --git a/bin/install.sh b/bin/install.sh deleted file mode 100755 index dc6c67a..0000000 --- a/bin/install.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -sudo apt-get install git zsh - - -ln -i tmux.conf ~/.tmux.conf -ln -i bashrc ~/.bashrc -ln -i vim/vimrc ~/.vimrc -ln -i Hyperterm/hyper.js ~/.hyper.js - -ln -i Hyperterm/local ~/.hyper_plugins/local diff --git a/bin/install_GNULinux.sh b/bin/install_GNULinux.sh new file mode 100644 index 0000000..e69de29 diff --git a/bin/install_mac.sh b/bin/install_mac.sh new file mode 100755 index 0000000..dc6c67a --- /dev/null +++ b/bin/install_mac.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +sudo apt-get install git zsh + + +ln -i tmux.conf ~/.tmux.conf +ln -i bashrc ~/.bashrc +ln -i vim/vimrc ~/.vimrc +ln -i Hyperterm/hyper.js ~/.hyper.js + +ln -i Hyperterm/local ~/.hyper_plugins/local diff --git a/bin/install_win.bat b/bin/install_win.bat new file mode 100644 index 0000000..6592e63 --- /dev/null +++ b/bin/install_win.bat @@ -0,0 +1,10 @@ +@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 -- cgit v1.2.3