Revert "Delete emacs app for now."

This reverts commit 739a493a009f091802710c5638c8be69a4f8fe3f.
This commit is contained in:
Ivan Malison 2015-06-15 05:18:59 -07:00
parent 60cd2d044d
commit 443f8607df
236 changed files with 323 additions and 129 deletions

View File

@ -1 +0,0 @@
/Users/imalison/Uber/uber-engi-dotfiles/imalison/dotfiles/dotfiles/MacOSX

View File

@ -1 +0,0 @@
/Users/imalison/Uber/uber-engi-dotfiles/imalison/dotfiles/dotfiles/Xdefaults

View File

@ -1 +0,0 @@
/Users/imalison/Uber/uber-engi-dotfiles/imalison/dotfiles/dotfiles/Xmodmap

View File

@ -1 +0,0 @@
/Users/imalison/Uber/uber-engi-dotfiles/imalison/dotfiles/dotfiles/bash_profile

View File

@ -1 +0,0 @@
/Users/imalison/Uber/uber-engi-dotfiles/imalison/dotfiles/dotfiles/bashrc

1
.cider
View File

@ -1 +0,0 @@
/Users/imalison/Uber/uber-engi-dotfiles/imalison/dotfiles/dotfiles/cider

View File

@ -1 +0,0 @@
/Users/imalison/Uber/uber-engi-dotfiles/imalison/dotfiles/dotfiles/config

View File

@ -1 +0,0 @@
/Users/imalison/Uber/uber-engi-dotfiles/imalison/dotfiles/dotfiles/dircolors

View File

@ -1 +0,0 @@
/Users/imalison/Uber/uber-engi-dotfiles/imalison/dotfiles/dotfiles/fonts.conf

View File

@ -1 +0,0 @@
/Users/imalison/Uber/uber-engi-dotfiles/imalison/dotfiles/dotfiles/gitconfig

1
.gitignore vendored
View File

@ -1 +0,0 @@
/Users/imalison/Uber/uber-engi-dotfiles/imalison/dotfiles/dotfiles/gitignore

39
.gitignore vendored Normal file
View File

@ -0,0 +1,39 @@
.ropeproject
dotfiles/vim/bundle/*
dotfiles/vim/.netrwhist
dotfiles/sbt/0.13/plugins/project/
dotfiles/sbt/0.13/plugins/target/
dotfiles/sbt/boot/
dotfiles/.pip/download_cache
dotfiles/.pip/pip.log
dotfiles/config/hub
dotfiles/cider/.cache/
dotfiles/pip/cache/
dotfiles/pip/download_cache/
.gitignore
dotfiles/pip/pip.log
config/google-chrome
dotfiles/config/google-chrome
dotfiles/config/spotify
dotfiles/config/dconf/
dotfiles/config/menus/applications-merged/
dotfiles/config/menus/gnome-applications-merged
dotfiles/config/pulse/
dotfiles/config/hexchat
dotfiles/config/Trolltech.conf
dotfiles/config/gtk-2.0/
dotfiles/config/gtk-3.0/
dotfiles/config/linuxmint/
dotfiles/config/menus/
dotfiles/config/monitors.xml
dotfiles/config/totem/
dotfiles/config/user-dirs.dirs
dotfiles/config/user-dirs.locale
dotfiles/config/vlc/
dotfiles/config/nemo/
/.mail-sync
dotfiles/wemo/cache
dotfiles/config/mopidy/spotify/
dotfiles/config/mopidy
/dotfiles/.tern-port

View File

@ -1 +0,0 @@
/Users/imalison/Uber/uber-engi-dotfiles/imalison/dotfiles/dotfiles/hgignore

View File

@ -1 +0,0 @@
/Users/imalison/Uber/uber-engi-dotfiles/imalison/dotfiles/dotfiles/hushlogin

View File

@ -1 +0,0 @@
/Users/imalison/Uber/uber-engi-dotfiles/imalison/dotfiles/dotfiles/inputrc

1
.lib
View File

@ -1 +0,0 @@
/Users/imalison/Uber/uber-engi-dotfiles/imalison/dotfiles/dotfiles/lib

1
.pip
View File

@ -1 +0,0 @@
/Users/imalison/Uber/uber-engi-dotfiles/imalison/dotfiles/dotfiles/pip

View File

@ -1 +0,0 @@
/Users/imalison/Uber/uber-engi-dotfiles/imalison/dotfiles/dotfiles/pylintrc

1
.sbt
View File

@ -1 +0,0 @@
/Users/imalison/Uber/uber-engi-dotfiles/imalison/dotfiles/dotfiles/sbt

View File

@ -1 +0,0 @@
/Users/imalison/Uber/uber-engi-dotfiles/imalison/dotfiles/dotfiles/slate.js

View File

@ -1 +0,0 @@
/Users/imalison/Uber/uber-engi-dotfiles/imalison/dotfiles/dotfiles/synergy.conf

View File

@ -1 +0,0 @@
/Users/imalison/Uber/uber-engi-dotfiles/imalison/dotfiles/dotfiles/tern_config

View File

@ -1 +0,0 @@
/Users/imalison/Uber/uber-engi-dotfiles/imalison/dotfiles/dotfiles/tmux.conf

View File

@ -1 +0,0 @@
/Users/imalison/Uber/uber-engi-dotfiles/imalison/dotfiles/dotfiles/tmux.powerline

1
.wemo
View File

@ -1 +0,0 @@
/Users/imalison/Uber/uber-engi-dotfiles/imalison/dotfiles/dotfiles/wemo

View File

@ -1 +0,0 @@
/Users/imalison/Uber/uber-engi-dotfiles/imalison/dotfiles/dotfiles/wgetrc

View File

@ -1 +0,0 @@
/Users/imalison/Uber/uber-engi-dotfiles/imalison/dotfiles/dotfiles/xsessionrc

View File

@ -1 +0,0 @@
/Users/imalison/Uber/uber-engi-dotfiles/imalison/dotfiles/dotfiles/zshenv

1
.zshrc
View File

@ -1 +0,0 @@
/Users/imalison/Uber/uber-engi-dotfiles/imalison/dotfiles/dotfiles/zshrc

View File

@ -1,12 +0,0 @@
#!/bin/bash
# If parent command is "npm ...", then redirect stderr to /dev/null
# https://github.com/npm/npm/issues/7979#issuecomment-94953923
GRANDPARENT_PID=$(ps -p $PPID -o ppid=)
if ps -p $GRANDPARENT_PID -o command= | grep -q -P "^npm"; then
ssh "$@" 2>/dev/null
else
ssh "$@"
fi

View File

@ -4,8 +4,6 @@ elif infocmp xterm-256color >/dev/null 2>&1; then
export TERM=xterm-256color export TERM=xterm-256color
fi fi
export HISTTIMEFORMAT='%F %T '
export PAGER='less -XFr' export PAGER='less -XFr'
export GITPAGER='less -XFr' export GITPAGER='less -XFr'

View File

@ -1,7 +1,6 @@
# added by newengsetup # added by newengsetup
export UBER_HOME="$HOME/Uber" export UBER_HOME="$HOME/Uber"
export UBER_OWNER="imalison@uber.com" export UBER_OWNER="imalison@uber.com"
[ -z "$GIT_SSH" ] || export GIT_SSH="$HOME/.lib/git-ssh.sh"
export VAGRANT_DEFAULT_PROVIDER=aws export VAGRANT_DEFAULT_PROVIDER=aws
[ -s "/usr/local/bin/virtualenvwrapper.sh" ] && . /usr/local/bin/virtualenvwrapper.sh [ -s "/usr/local/bin/virtualenvwrapper.sh" ] && . /usr/local/bin/virtualenvwrapper.sh
[ -s "$HOME/.nvm/nvm.sh" ] && . $HOME/.nvm/nvm.sh [ -s "$HOME/.nvm/nvm.sh" ] && . $HOME/.nvm/nvm.sh

Some files were not shown because too many files have changed in this diff Show More