add 3llo - CLI for Trello
This commit is contained in:
parent
f894a9c754
commit
fc980718d6
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
*.retry
|
||||
Gemfile.lock
|
||||
.newjiraissue
|
||||
private_dot_3llo/config.sh
|
||||
|
2
Gemfile
2
Gemfile
@ -7,3 +7,5 @@ gem 'terjira'
|
||||
gem 'terraforming'
|
||||
#Previously installed using
|
||||
#sudo gem install -n /usr/local/bin asciidoctor-pdf --pre
|
||||
# 3llo - CLI for Trello
|
||||
gem '3llo'
|
||||
|
@ -52,6 +52,7 @@ ln -snf ~/Code/dotfiles/dot_zshrc.pre-oh-my-zsh ~/.zshrc.pre-oh-my-zsh
|
||||
ln -snf ~/Code/dotfiles/private_dot_ssh/config ~/.ssh/config
|
||||
ln -snf ~/Code/dotfiles/requirements.txt ~/requirements.txt
|
||||
ln -snf ~/Code/dotfiles/dot_surfraw.conf ~/.surfraw.conf
|
||||
ln -snf ~/Code/dotfiles/private_dot_3llo/config.sh ~/.3llo_config
|
||||
|
||||
# Other symblinks + Install Docker Desktop for Mac
|
||||
case "$(uname -s)" in
|
||||
|
@ -103,6 +103,7 @@ alias systeminfo='neofetch'
|
||||
alias monitoring='glances'
|
||||
alias ':q'='exit'
|
||||
alias irc='weechat'
|
||||
alias trello='3llo'
|
||||
|
||||
# Show/hide hidden files in Finder
|
||||
alias show="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder"
|
||||
|
@ -120,5 +120,7 @@ case "$(uname -s)" in
|
||||
export PATH="$PATH:/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/bin/:/usr/local/Cellar/python/3.7.4/Frameworks/Python.framework/Versions/3.7/bin:/usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/bin"
|
||||
;;
|
||||
esac
|
||||
|
||||
. ~/.3llo_config
|
||||
export GOPATH="$HOME/go"
|
||||
export PATH="/usr/local/opt/grep/libexec/gnubin:$GOPATH/bin:$PATH"
|
||||
|
Loading…
Reference in New Issue
Block a user