mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 11:06:17 +00:00
[provisioning] Set correct error flag
This commit is contained in:
parent
2bc02012a2
commit
61933bbbfb
22 changed files with 22 additions and 22 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set +e
|
set -e
|
||||||
|
|
||||||
if [ -z "$__apt_updated" ]; then
|
if [ -z "$__apt_updated" ]; then
|
||||||
_run "Update APT cache" sudo apt-get update
|
_run "Update APT cache" sudo apt-get update
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set +e
|
set -e
|
||||||
|
|
||||||
function __addline {
|
function __addline {
|
||||||
local filename=$1
|
local filename=$1
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set +e
|
set -e
|
||||||
|
|
||||||
_recipe nvm
|
_recipe nvm
|
||||||
_npm drafter
|
_npm drafter
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set +e
|
set -e
|
||||||
|
|
||||||
_recipe brew
|
_recipe brew
|
||||||
_recipe shell-utils
|
_recipe shell-utils
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set +e
|
set -e
|
||||||
|
|
||||||
_recipe _path
|
_recipe _path
|
||||||
_run "Add dotfiles/bin to PATH" _path_high ${HOME}/dotfiles/bin
|
_run "Add dotfiles/bin to PATH" _path_high ${HOME}/dotfiles/bin
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set +e
|
set -e
|
||||||
|
|
||||||
function _brew {
|
function _brew {
|
||||||
local pkg=$1
|
local pkg=$1
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set +e
|
set -e
|
||||||
|
|
||||||
_recipe nvm
|
_recipe nvm
|
||||||
_npm elm-oracle
|
_npm elm-oracle
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set +e
|
set -e
|
||||||
|
|
||||||
_recipe brew
|
_recipe brew
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set +e
|
set -e
|
||||||
|
|
||||||
_recipe brew
|
_recipe brew
|
||||||
_brew isync
|
_brew isync
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set +e
|
set -e
|
||||||
|
|
||||||
_recipe brew
|
_recipe brew
|
||||||
_brew kerl
|
_brew kerl
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set +e
|
set -e
|
||||||
|
|
||||||
_recipe brew
|
_recipe brew
|
||||||
_brew exercism
|
_brew exercism
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set +e
|
set -e
|
||||||
|
|
||||||
case $_PLATFORM in
|
case $_PLATFORM in
|
||||||
darwin)
|
darwin)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set +e
|
set -e
|
||||||
|
|
||||||
_brew haskell-stack
|
_brew haskell-stack
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set +e
|
set -e
|
||||||
|
|
||||||
_recipe brew
|
_recipe brew
|
||||||
_brew ledger
|
_brew ledger
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set +e
|
set -e
|
||||||
|
|
||||||
_recipe brew
|
_recipe brew
|
||||||
_brew mit-scheme
|
_brew mit-scheme
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set +e
|
set -e
|
||||||
|
|
||||||
function __install_nvm {
|
function __install_nvm {
|
||||||
curl -s -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
|
curl -s -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set +e
|
set -e
|
||||||
|
|
||||||
_recipe brew
|
_recipe brew
|
||||||
_brew pandoc
|
_brew pandoc
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set +e
|
set -e
|
||||||
|
|
||||||
_recipe brew
|
_recipe brew
|
||||||
_brew swi-prolog
|
_brew swi-prolog
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set +e
|
set -e
|
||||||
|
|
||||||
_recipe brew
|
_recipe brew
|
||||||
_brew python3
|
_brew python3
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set +e
|
set -e
|
||||||
|
|
||||||
_recipe brew
|
_recipe brew
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set +e
|
set -e
|
||||||
|
|
||||||
case "$(uname -s)" in
|
case "$(uname -s)" in
|
||||||
Darwin)
|
Darwin)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set +e
|
set -e
|
||||||
|
|
||||||
case $_PLATFORM in
|
case $_PLATFORM in
|
||||||
darwin)
|
darwin)
|
||||||
|
|
Loading…
Reference in a new issue