forked from colonelpanic/dotfiles
Initial commit.
Conflicts: .gitmodules dotfiles/lib/shellrc/aliases.sh
This commit is contained in:
parent
51d110b07d
commit
9cb3ecfdb8
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -1,3 +1,3 @@
|
|||||||
[submodule ".emacs.d"]
|
[submodule "dotfiles/emacs.d"]
|
||||||
path = .emacs.d
|
path = dotfiles/emacs.d
|
||||||
url = git@github.com:IvanMalison/.emacs.d.git
|
url = git@github.com:IvanMalison/.emacs.d.git
|
1
dotfiles/emacs.d
Submodule
1
dotfiles/emacs.d
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 9b99bd9c8a6097c630931da1beaefede712981df
|
@ -1,8 +1,8 @@
|
|||||||
alias script_abspath='$(dirname "${BASH_SOURCE}" | xargs "${readlink_command}" -f)'
|
alias script_abspath='$(dirname "${BASH_SOURCE}" | xargs "${readlink_command}" -f)'
|
||||||
|
|
||||||
alias emacs="emacsclient -t"
|
alias emacs="emacsclient -t"
|
||||||
alias readlink="greadlink"
|
|
||||||
|
|
||||||
|
# enables the sudoing of aliases.
|
||||||
alias sudo='sudo '
|
alias sudo='sudo '
|
||||||
|
|
||||||
# IP addresses
|
# IP addresses
|
||||||
@ -49,4 +49,5 @@ alias pumpitup="osascript -e 'set volume 7'"
|
|||||||
|
|
||||||
alias tmux="tmux -2"
|
alias tmux="tmux -2"
|
||||||
alias remote_os_copy='linux_nc_paste_to_remote_clipboard'
|
alias remote_os_copy='linux_nc_paste_to_remote_clipboard'
|
||||||
|
alias tmux_cb_to_remote_cb='tmux saveb - | linux_nc_paste_to_remote_clipboard'
|
||||||
alias timestamp='date +%s'
|
alias timestamp='date +%s'
|
||||||
|
BIN
resources/Monaco-Powerline.otf
Normal file
BIN
resources/Monaco-Powerline.otf
Normal file
Binary file not shown.
5145
resources/com.googlecode.iterm2.plist
Normal file
5145
resources/com.googlecode.iterm2.plist
Normal file
File diff suppressed because it is too large
Load Diff
10
resources/python_packages.txt
Normal file
10
resources/python_packages.txt
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ipdb==0.7
|
||||||
|
ipython==0.13.1
|
||||||
|
Pymacs==0.25
|
||||||
|
virtualenv==1.8.4
|
||||||
|
readline==6.2.4.1
|
||||||
|
rope==0.9.4
|
||||||
|
ropemacs==0.7
|
||||||
|
ropemode==0.2
|
||||||
|
pyflakes==0.6.1
|
||||||
|
simplejson==3.0.7
|
Loading…
Reference in New Issue
Block a user