From 31e697c1ca8e523dd4a83ae16782b8d7e7190ace Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 16 Aug 2018 18:10:42 -0400 Subject: Install mksh rather than zsh --- install.sh | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index d62ffa3e..66a9f324 100755 --- a/install.sh +++ b/install.sh @@ -1,16 +1,20 @@ #!/bin/sh set -e -u -any='gnupg htop neovim sl the_silver_searcher tree' +any='gnupg htop mksh neovim sl the_silver_searcher tree' brew="$any ddate git openssh" -pkg="$any curl ddate sudo zsh" -pacman="$any base-devel ctags gdb openssh zsh" +pkg="$any curl ddate sudo" +pacman="$any base-devel ctags gdb openssh" homebrew='https://raw.githubusercontent.com/Homebrew/install/master/install' if [ "$(uname)" = 'Darwin' ]; then xcode-select --install || true [ -f /usr/local/bin/brew ] || ruby -e "$(curl -fsSL "$homebrew")" - exec brew install $brew + brew install $brew || true + if ! grep -q 'mksh' /etc/shells; then + echo '/usr/local/bin/mksh' | sudo tee -a /etc/shells > /dev/null + fi + exit fi [ -f /usr/local/sbin/pkg ] && exec pkg install $pkg -- cgit 1.4.1 '>log tree commit diff
path: root/bin (unfollow)
Commit message (Collapse)Author
2020-09-11Rewrite install script yet againJune McEnroe
2020-09-11Remove NetBSD from install scriptJune McEnroe
I never use it.
2020-09-11Use MacPorts rather than pkgsrcJune McEnroe
My system is probably such a mess now...
2020-09-11Add debian VM name to sshJune McEnroe
2020-09-11Add influencer tweetJune McEnroe
2020-09-10Add The Kingdom of GodsJune McEnroe
Reading has really slowed down :(
2020-09-07Add SunglassesJune McEnroe
An IRC find.
2020-09-06Add Between the BreathsJune McEnroe
One of those good songs from a soundtrack of a film that probably isn't? The summary sounds a lot more interesting than the title implies, at least.
2020-09-04Open /dev/tty in nudgeJune McEnroe
This makes it work even when it's run connected to a pipe, i.e. as the notify command of catgirl...
2020-09-04Add nudgeJune McEnroe
2020-09-03Build fbclock with -lzJune McEnroe
I guess this got lost somewhere, long ago...
2020-08-29Add tweets from retweetsJune McEnroe