aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-02 20:35:08 -0300
committerEuAndreh <eu@euandre.org>2019-05-02 20:35:29 -0300
commit8b93839c4ea8eeccfc49d09290b3db50ea94f050 (patch)
treeeff9723102083d68a47d7f58c1893f116e00984f
parentMove passwordFile to local-configuration.nix. (diff)
downloaddotfiles-8b93839c4ea8eeccfc49d09290b3db50ea94f050.tar.gz
dotfiles-8b93839c4ea8eeccfc49d09290b3db50ea94f050.tar.xz
Delete npm.sh.
-rw-r--r--bash/bashrc.sh1
-rw-r--r--bash/npm.sh19
2 files changed, 0 insertions, 20 deletions
diff --git a/bash/bashrc.sh b/bash/bashrc.sh
index 2e68b80..b433184 100644
--- a/bash/bashrc.sh
+++ b/bash/bashrc.sh
@@ -13,7 +13,6 @@ source $DOTFILES/bash/init.sh
source $DOTFILES/bash/symlinks.sh
source $DOTFILES/bash/youtube.sh
source $DOTFILES/bash/facepalm/rotten-apple.sh
-source $DOTFILES/bash/npm.sh
source $DOTFILES/bash/x.sh
source $DOTFILES/encrypted/env.sh
source $DOTFILES/bash/xdg.sh
diff --git a/bash/npm.sh b/bash/npm.sh
deleted file mode 100644
index dc1974c..0000000
--- a/bash/npm.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/bin/env bash
-
-# FIXME: port to NixOS
-npm_i() {
- (command -v "$1" &> /dev/null) || {
- yellow "Installing $2"
- npm i -g "$2"
- }
-}
-
-# npm_i eq edn-eq
-# npm_i react-native react-native-cli
-# npm_i detox detox-cli
-# npm_i xml2json xml2json-command
-# npm_i tern tern
-# npm_i git-ssb git-ssb
-# npm_i git-ssb-web git-ssb-web
-# npm_i shadow-cljs shadow-cljs
-# npm_i heroku heroku