mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
Merge branch 'master' of github.com:danijoo/dotfiles
This commit is contained in:
@@ -5,5 +5,12 @@ fi
|
|||||||
alias clip='xsel --clipboard'
|
alias clip='xsel --clipboard'
|
||||||
alias groclean='rm \#*'
|
alias groclean='rm \#*'
|
||||||
alias sm='snakemake'
|
alias sm='snakemake'
|
||||||
alias ls='ls -lh'
|
alias ls='ls --color=auto -lh'
|
||||||
alias workon='source activate' # enable anaconda environ
|
alias workon='source activate' # enable anaconda environ
|
||||||
|
alias cwl="cwl-runner"
|
||||||
|
|
||||||
|
# lhr
|
||||||
|
alias squeue="ssh lcluster11 squeue"
|
||||||
|
alias csum="ssh lcluster11 csum"
|
||||||
|
alias csreport="ssh lcluster11 csreport"
|
||||||
|
alias scancel="ssh lcluster11 scancel"
|
||||||
|
|||||||
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
|
||||||
@@ -397,7 +397,7 @@ legend.fontsize : 10
|
|||||||
#figure.titlesize : large # size of the figure title (Figure.suptitle())
|
#figure.titlesize : large # size of the figure title (Figure.suptitle())
|
||||||
#figure.titleweight : normal # weight of the figure title
|
#figure.titleweight : normal # weight of the figure title
|
||||||
figure.figsize : 11,4.5 # figure size in inches
|
figure.figsize : 11,4.5 # figure size in inches
|
||||||
figure.dpi : 100 # figure dots per inch
|
figure.dpi : 300 # figure dots per inch
|
||||||
#figure.facecolor : white # figure facecolor; 0.75 is scalar gray
|
#figure.facecolor : white # figure facecolor; 0.75 is scalar gray
|
||||||
# figure.edgecolor : white # figure edgecolor
|
# figure.edgecolor : white # figure edgecolor
|
||||||
figure.autolayout : True # When True, automatically adjust subplot
|
figure.autolayout : True # When True, automatically adjust subplot
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
|
<<<<<<< HEAD
|
||||||
set-window-option -g xterm-keys on
|
set-window-option -g xterm-keys on
|
||||||
set -s escape-time 10 # faster command timeout
|
set -s escape-time 10 # faster command timeout
|
||||||
set -g history-limit 10000
|
set -g history-limit 10000
|
||||||
|
|
||||||
set -g status-interval 10
|
set -g status-interval 10
|
||||||
|
=======
|
||||||
|
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
|
||||||
|
>>>>>>> 1f76fd836f0ef1b53fc69ba45322da6824c50465
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ Plugin 'morhetz/gruvbox'
|
|||||||
let g:vim_markdown_folding_disabled = 1
|
let g:vim_markdown_folding_disabled = 1
|
||||||
|
|
||||||
let g:pymode_python = "python3"
|
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 = 1
|
||||||
let g:pymode_options = 1
|
let g:pymode_options = 1
|
||||||
" All of your Plugins must be added before the following line
|
" All of your Plugins must be added before the following line
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
export ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim
|
export ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim
|
||||||
[[ -s ${ZIM_HOME}/init.zsh ]] && source ${ZIM_HOME}/init.zsh
|
[[ -s ${ZIM_HOME}/init.zsh ]] && source ${ZIM_HOME}/init.zsh
|
||||||
|
|
||||||
# source $HOME/bin/antigen.zsh
|
# source $HOME/bin/antigen.zsh
|
||||||
# antigen init $HOME/.antigenrc
|
# antigen init $HOME/.antigenrc
|
||||||
|
|
||||||
|
|||||||
@@ -234,7 +234,8 @@ bindsym XF86HomePage exec "i3lock -i ~/lockscreens/`ls ~/lockscreens | shuf -n 1
|
|||||||
bindsym $mod+Shift+s exec --no-startup-id ~/.config/i3/scripts/change_monitor.sh
|
bindsym $mod+Shift+s exec --no-startup-id ~/.config/i3/scripts/change_monitor.sh
|
||||||
|
|
||||||
# reload workspace layouts
|
# reload workspace layouts
|
||||||
exec --no-startup-id "i3-msg 'workspace 9; append_layout /home/bauer/.i3/workspace-9.json'"
|
#exec --no-startup-id "i3-msg 'workspace 9; append_layout /home/bauer/.i3/workspace-9.json'"
|
||||||
|
|
||||||
exec --no-startup-id nm-applet
|
exec --no-startup-id nm-applet
|
||||||
exec --no-startup-id xfsettingsd
|
exec --no-startup-id xfsettingsd
|
||||||
|
exec --no-startup-id /usr/bin/blueman-applet
|
||||||
@@ -48,12 +48,13 @@ font-2 = FontAwesome:size=14;0
|
|||||||
[bar/laptop_station]
|
[bar/laptop_station]
|
||||||
inherit = bar/laptop
|
inherit = bar/laptop
|
||||||
monitor = ${env:MONITOR:HDMI-2}
|
monitor = ${env:MONITOR:HDMI-2}
|
||||||
|
|
||||||
[bar/workstation]
|
[bar/workstation]
|
||||||
inherit = bar/base
|
inherit = bar/base
|
||||||
monitor = ${env:MONITOR:DP-2}
|
monitor = ${env:MONITOR:DP-2}
|
||||||
modules-left = i3 xwindow
|
modules-left = i3 xwindow
|
||||||
modules-right = spotify mpd volume filesystem cpu gpu memory date
|
modules-right = spotify mpd volume filesystem cpu gpu memory date
|
||||||
tray-position = right
|
tray-position = false
|
||||||
tray-padding = 2
|
tray-padding = 2
|
||||||
|
|
||||||
font-0 = "Noto Sans:size=11:style=Regular;1"
|
font-0 = "Noto Sans:size=11:style=Regular;1"
|
||||||
@@ -63,7 +64,7 @@ font-2 = FontAwesome:size=11;0
|
|||||||
[bar/workstation2]
|
[bar/workstation2]
|
||||||
inherit = bar/workstation
|
inherit = bar/workstation
|
||||||
monitor = ${env:MONITOR:DP-4}
|
monitor = ${env:MONITOR:DP-4}
|
||||||
tray-position = false
|
tray-position = right
|
||||||
|
|
||||||
|
|
||||||
[module/xwindow]
|
[module/xwindow]
|
||||||
|
|||||||
@@ -25,8 +25,6 @@ set spec_reflect, 0.25
|
|||||||
set antialias, 1
|
set antialias, 1
|
||||||
set surface_quality, 1
|
set surface_quality, 1
|
||||||
set ray_trace_mode, 0
|
set ray_trace_mode, 0
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
# hide nonbonded and nbsphreres
|
# hide nonbonded and nbsphreres
|
||||||
set nonbonded_transparency, 1
|
set nonbonded_transparency, 1
|
||||||
@@ -42,6 +40,8 @@ set cartoon_side_chain_helper, 1
|
|||||||
set cartoon_discrete_colors, on
|
set cartoon_discrete_colors, on
|
||||||
set cartoon_highlight_color, gray
|
set cartoon_highlight_color, gray
|
||||||
|
|
||||||
|
# spheres
|
||||||
|
set sphere_scale, 0.5
|
||||||
|
|
||||||
# shortcuts
|
# shortcuts
|
||||||
set_key F1, toggle sticks, solvent
|
set_key F1, toggle sticks, solvent
|
||||||
|
|||||||
Reference in New Issue
Block a user