mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 13:35:30 +00:00
base
This commit is contained in:
@@ -5,8 +5,9 @@ fi
|
||||
alias clip='xsel --clipboard'
|
||||
alias groclean='rm \#*'
|
||||
alias sm='snakemake'
|
||||
alias ls='ls -lh'
|
||||
alias ls='ls --color=auto -lh'
|
||||
alias workon='source activate' # enable anaconda environ
|
||||
alias cwl="cwl-runner"
|
||||
|
||||
# lhr
|
||||
alias squeue="ssh lcluster11 squeue"
|
||||
|
||||
7
profiles/base/.condarc
Normal file
7
profiles/base/.condarc
Normal file
@@ -0,0 +1,7 @@
|
||||
channel_priority: strict
|
||||
channels:
|
||||
- spyder-ide
|
||||
- conda-forge
|
||||
- bioconda
|
||||
- defaults
|
||||
- salilab
|
||||
5
profiles/base/.tmux.conf
Normal file
5
profiles/base/.tmux.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
set-option -g mouse on
|
||||
|
||||
# make scrolling with wheels work
|
||||
bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft= '#{pane_in_mode}' 'send-keys -M' 'select-pane -t=; copy-mode -e; send-keys -M'"
|
||||
bind -n WheelDownPane select-pane -t= \; send-keys -M
|
||||
@@ -32,7 +32,7 @@ Plugin 'morhetz/gruvbox'
|
||||
let g:vim_markdown_folding_disabled = 1
|
||||
|
||||
let g:pymode_python = "python3"
|
||||
let g:pymode_virtualenv_path = "conda"
|
||||
let g:pymode_virtualenv_path = "/home/bauer/conda"
|
||||
let g:pymode = 1
|
||||
let g:pymode_options = 1
|
||||
" All of your Plugins must be added before the following line
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
export ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim
|
||||
[[ -s ${ZIM_HOME}/init.zsh ]] && source ${ZIM_HOME}/init.zsh
|
||||
|
||||
# source $HOME/bin/antigen.zsh
|
||||
# antigen init $HOME/.antigenrc
|
||||
|
||||
@@ -25,4 +24,3 @@ eval "$(fasd --init auto)"
|
||||
|
||||
# marker
|
||||
[[ -s "$HOME/.local/share/marker/marker.sh" ]] && source "$HOME/.local/share/marker/marker.sh"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user