dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit 87eaec22fdbcb3f9e1e92b3e005a1ba17fcb72db
parent 2c983f78a537afa9995e921018dd9ba94aaf0ed8
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Fri, 15 Apr 2022 20:42:27 -0500

updated .bin/imca

Diffstat:
Mhome/.bashrc | 2+-
Mhome/.bin/imca | 5++++-
Mlinux/.config/polybar/config.ini | 2+-
Mlinux/.config/screenkey.json | 5+++--
Mlinux/.mutt/muttrc | 2++
Mlinux/.mutt/signature.txt | 2+-
Mlinux/.xinitrc | 2+-
7 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/home/.bashrc b/home/.bashrc @@ -41,4 +41,4 @@ PYTHONSTARTUP=${HOME}/.pythonrc.py [ -f /usr/share/git/completion/git-prompt.sh ] && source /usr/share/git/completion/git-prompt.sh #export GIT_PS1_SHOWCOLORHINTS=1 #export GIT_PS1_SHOWDIRTYSTATE=1 -PS1='$(task +in +PENDING count) [\u@\h \W] $(__git_ps1) \$ ' +PS1='[\u@\h \W] $(__git_ps1) \$ ' diff --git a/home/.bin/imca b/home/.bin/imca @@ -12,10 +12,13 @@ mkdir -p src/instance if [ ! -d venv ]; then virtualenv venv source venv/bin/activate - pip install pynvim mypy flake8 python-language-server[yapf] yapf + pip install flake8 yapf tox pip install pytest + pip install mypy types-Markdown types-python-slugify sqlalchemy[mypy] + pip install pre-commit pip install mysqlclient pip install -e ~/Development/flask_imca + pybabel compile -d src/flask_imca/translations deactivate fi diff --git a/linux/.config/polybar/config.ini b/linux/.config/polybar/config.ini @@ -77,7 +77,7 @@ monitor = ${env:SECONDARY_MONITOR:HDMI1} height = 24 inherit = bar/base modules-left = timer -modules-right = date +modules-right = taskwarrior date #[bar/secondary-bottom] #monitor = ${env:SECONDARY_MONITOR:HDMI1} diff --git a/linux/.config/screenkey.json b/linux/.config/screenkey.json @@ -22,11 +22,11 @@ 440, 90, 480, - 24 + 28 ], "screen": 1, "window": null, "start_disabled": false, "mouse": true, "button_hide_duration": 1 -} +} +\ No newline at end of file diff --git a/linux/.mutt/muttrc b/linux/.mutt/muttrc @@ -22,6 +22,8 @@ source "~/.mutt/gpg.rc" source "~/.mutt/sidebar.rc" set sidebar_visible = yes +set query_command = "khard email --parsable %s" + macro index,pager <f2> '<enter-command>source ~/.mutt/accounts/.rc^B^B^B' macro index,pager <f3> "\ <enter-command>source ~/.mutt/accounts/pablocb2303@gmail.com.rc<enter>\ diff --git a/linux/.mutt/signature.txt b/linux/.mutt/signature.txt @@ -1,2 +1,2 @@ Pablo Cárdenas -OpenPGP: http://pcardenasb.com/contact/pgp.asc +OpenPGP: https://pcardenasb.com/contact/pgp.asc diff --git a/linux/.xinitrc b/linux/.xinitrc @@ -18,7 +18,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then unset f fi -xset r rate 250 45 +xset r rate 600 15 [[ -d /usr/share/fonts/terminus ]] && xset +fp /usr/share/fonts/terminus udiskie & dunst &