cleanup
This commit is contained in:
parent
73719eae95
commit
7cc6d5508c
@ -19,9 +19,6 @@ alias pubkey="more ~/.ssh/id_rsa.pub | pbcopy | printf '=> Public key copied to
|
|||||||
# When there's need for nyaning around
|
# When there's need for nyaning around
|
||||||
alias nyan="telnet nyancat.dakko.us"
|
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:
|
# Add an "alert" alias for long running commands. Use like so:
|
||||||
# sleep 10; alert
|
# 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$//'\'')"'
|
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$//'\'')"'
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
image: ubuntu
|
|
||||||
|
|
||||||
stages:
|
|
||||||
- lint
|
|
||||||
|
|
||||||
lint:
|
|
||||||
stage: lint
|
|
||||||
script:
|
|
||||||
- 'apt-get update && apt-get install -y shellcheck'
|
|
||||||
- 'shellcheck bin/*'
|
|
5
.profile
5
.profile
@ -16,10 +16,5 @@ if [ -d "$HOME/bin" ] ; then
|
|||||||
PATH="$HOME/bin:$PATH"
|
PATH="$HOME/bin:$PATH"
|
||||||
fi
|
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
|
# define CDPATHs which are autocompleted from when doing cd
|
||||||
export CDPATH=$CDPATH:~/code
|
export CDPATH=$CDPATH:~/code
|
@ -1,10 +1,8 @@
|
|||||||
# dotfiles-server
|
# 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
|
```bash
|
||||||
git clone https://git.berlin/m/dotfiles-server.git
|
git clone https://git.berlin/m/dotfiles-server.git
|
||||||
|
Loading…
Reference in New Issue
Block a user