Add actions and screenshot
This commit is contained in:
12
config.yaml
12
config.yaml
@@ -1,3 +1,7 @@
|
||||
actions:
|
||||
cache-font: fc-cache -f -v
|
||||
reload-xresources: xrdb ~/.Xresources
|
||||
vundle-refresh: vim +VundleClean! +VundleInstall +VundleInstall! +qall
|
||||
config:
|
||||
backup: true
|
||||
create: true
|
||||
@@ -9,12 +13,16 @@ dotfiles:
|
||||
f_vimrc:
|
||||
src: vimrc
|
||||
dst: ~/.vimrc
|
||||
actions:
|
||||
- vundle-refresh
|
||||
f_gitconfig:
|
||||
src: gitconfig
|
||||
dst: ~/.gitconfig
|
||||
f_xresources:
|
||||
src: Xresources
|
||||
dst: ~/.Xresources
|
||||
actions:
|
||||
- reload-xresources
|
||||
f_config:
|
||||
src: config/i3/config
|
||||
dst: ~/.config/i3/config
|
||||
@@ -24,11 +32,13 @@ dotfiles:
|
||||
f_inconsolata-regular.ttf:
|
||||
src: fonts/Inconsolata-Regular/Inconsolata-Regular.ttf
|
||||
dst: ~/.fonts/Inconsolata-Regular/Inconsolata-Regular.ttf
|
||||
actions:
|
||||
- cache-font
|
||||
f_gdbinit:
|
||||
src: gdbinit
|
||||
dst: ~/.gdbinit
|
||||
profiles:
|
||||
default:
|
||||
marc:
|
||||
dotfiles:
|
||||
- f_bashrc
|
||||
- f_vimrc
|
||||
|
||||
@@ -18,6 +18,9 @@ alias ll="ls -l"
|
||||
alias la="ls -la"
|
||||
alias rm="rm -i"
|
||||
|
||||
# Screenhots
|
||||
alias screenshot="import ~/Downloads/Screenshot-$(date '+%Y%m%d-%H%M%S').png"
|
||||
|
||||
# Common files
|
||||
alias bashrc="vim ~/.bashrc"
|
||||
alias sourcebashrc="source ~/.bashrc"
|
||||
|
||||
@@ -187,6 +187,7 @@ bindsym Ctrl+Shift+2 exec --no-startup-id setxkbmap de
|
||||
# Remove title bar
|
||||
new_window 1pixel
|
||||
|
||||
|
||||
{%@@ if exists('/home/mthomas') @@%}
|
||||
# CONFIG FOR WORK
|
||||
# Locking
|
||||
|
||||
Reference in New Issue
Block a user