From 7cc6d5508c1926384cce8bb060cf292c402050de Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 10 Dec 2018 01:47:52 +0100 Subject: [PATCH] cleanup --- .bash_aliases | 3 --- .gitlab-ci.yml | 10 ---------- .npmrc | 2 +- .profile | 5 ----- README.md | 6 ++---- 5 files changed, 3 insertions(+), 23 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.bash_aliases b/.bash_aliases index c1f5b6d..430c114 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -19,9 +19,6 @@ alias pubkey="more ~/.ssh/id_rsa.pub | pbcopy | printf '=> Public key copied to # When there's need for nyaning around alias nyan="telnet nyancat.dakko.us" -alias balance="nodejs ~/code/balance/balance.js" -alias ledger="nodejs ~/code/ledger/ledger.js" - # Add an "alert" alias for long running commands. Use like so: # sleep 10; alert alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"' diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index fe62f16..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,10 +0,0 @@ -image: ubuntu - -stages: - - lint - -lint: - stage: lint - script: - - 'apt-get update && apt-get install -y shellcheck' - - 'shellcheck bin/*' \ No newline at end of file diff --git a/.npmrc b/.npmrc index 5cf9847..fb087e1 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1 @@ -prefix=/home/m/.npm-packages +prefix=$HOME/.npm-packages diff --git a/.profile b/.profile index 5bc2687..15d5400 100644 --- a/.profile +++ b/.profile @@ -16,10 +16,5 @@ if [ -d "$HOME/bin" ] ; then PATH="$HOME/bin:$PATH" fi -if [ -f "$HOME/code/google-cloud-sdk/" ]; then - source "$HOME/code/google-cloud-sdk/path.bash.inc" - source "$HOME/code/google-cloud-sdk/completion.bash.inc" -fi - # define CDPATHs which are autocompleted from when doing cd export CDPATH=$CDPATH:~/code \ No newline at end of file diff --git a/README.md b/README.md index e51d6ae..200e016 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ # dotfiles-server -> dotfiles for every new server instance, making myself comfortable in the cloud +> 🛸 dotfiles for every new server instance, making myself comfortable in the cloud. -[![build status](https://git.berlin/m/dotfiles-server/badges/master/build.svg)](https://git.berlin/m/dotfiles-server/commits/master) - -### Installation +## Installation ```bash git clone https://git.berlin/m/dotfiles-server.git