This commit is contained in:
Matthias Kretschmann 2018-12-10 01:47:52 +01:00
parent 73719eae95
commit 7cc6d5508c
Signed by: m
GPG Key ID: EDDD864095DC739B
5 changed files with 3 additions and 23 deletions

View File

@ -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$//'\'')"'

View File

@ -1,10 +0,0 @@
image: ubuntu
stages:
- lint
lint:
stage: lint
script:
- 'apt-get update && apt-get install -y shellcheck'
- 'shellcheck bin/*'

2
.npmrc
View File

@ -1 +1 @@
prefix=/home/m/.npm-packages
prefix=$HOME/.npm-packages

View File

@ -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

View File

@ -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