mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Do more migration work
This commit is contained in:
parent
0e96760c77
commit
62bc6ab923
14 changed files with 10 additions and 18 deletions
17
legacy/link/mac/profile
Normal file
17
legacy/link/mac/profile
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
alias ll='ls -G -l'
|
||||
alias ls='ls -G'
|
||||
|
||||
export EDITOR='vim'
|
||||
|
||||
export PATH=$PATH:~/.nexustools
|
||||
export PATH=$PATH:/Applications/Araxis\ Merge.app/Contents/Utilities
|
||||
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
|
||||
|
||||
#export PS1='\u:☕️ \W \$ '
|
||||
if [ -f $(brew --prefix)/etc/bash_completion ]; then
|
||||
source $(brew --prefix)/etc/bash_completion
|
||||
source $(brew --prefix)/etc/bash_completion.d/git-completion.bash
|
||||
source $(brew --prefix)/etc/bash_completion.d/git-prompt.sh
|
||||
fi
|
||||
export GIT_PS1_SHOWDIRTYSTATE=true
|
||||
export PS1='\h:\W \$$(__git_ps1) '
|
||||
8
legacy/link/mac/tmux.conf
Normal file
8
legacy/link/mac/tmux.conf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
source "/usr/local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf"
|
||||
|
||||
# Make mouse useful in copy mode
|
||||
set -g mouse on
|
||||
|
||||
# Scroll History
|
||||
set -g history-limit 30000
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue