summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.config/bspwm/bspwmrc2
-rw-r--r--.config/git/config15
-rw-r--r--.config/kitty/kitty.conf48
-rw-r--r--.config/kitty/nord.conf43
-rw-r--r--.config/neomutt/gmail_main12
-rw-r--r--.config/polybar/config4
-rw-r--r--.config/zathura/zathurarc68
-rw-r--r--.config/zsh/aliases.zsh2
m---------.config/zsh/pure0
-rw-r--r--.xinitrc4
-rw-r--r--.zshenv2
11 files changed, 130 insertions, 70 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc
index 8eeeb3b..77cec0a 100755
--- a/.config/bspwm/bspwmrc
+++ b/.config/bspwm/bspwmrc
@@ -1,7 +1,7 @@
#! /bin/sh
pgrep -x sxhkd > /dev/null || sxhkd &
-picom &
+#picom &
/usr/libexec/polkit-gnome-authentication-agent-1 &
#/usr/bin/nm-applet &
sh $HOME/Documents/scroll_trackball.sh &
diff --git a/.config/git/config b/.config/git/config
index eaa4afe..8a4f2bb 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -1,5 +1,5 @@
[core]
- pager = nvim -R -
+ pager = nvim -u NONE -R -
[color]
ui = false
[commit]
@@ -12,14 +12,17 @@
cmd = nvim -d $LOCAL $REMOTE
[difftool]
prompt = false
-;[pager]
- ;diff =
[diff]
tool = vimdiff
- ;external = $HOME/.local/bin/vim_wrapper.sh
[user]
- email = listout@protonmail.com
- name = listout
+ email = brahmajit.xyz@gmail.com
+ name = brahmajit das
+ signingkey = brahmajit.xyz@gmail.com
+[sendemail]
+ smtpserver = smtp.googlemail.com
+ smtpencryption = tls
+ smtpserverport = 587
+ smtpuser = brahmajit.xyz@gmail.com
[alias]
# list files which have changed since REVIEW_BASE
# (REVIEW_BASE defaults to 'master' in my zshrc)
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf
index c444634..172521c 100644
--- a/.config/kitty/kitty.conf
+++ b/.config/kitty/kitty.conf
@@ -1,11 +1,11 @@
-font_family JetBrains Mono
-bold_font JetBrains Mono Bold
-italic_font JetBrains Mono Italic
-bold_italic_font JetBrains Mono Bold Italic
+font_family Cartograph CF Regular
+bold_font Cartograph CF Bold
+italic_font Cartograph CF Regular Italic
+bold_italic_font Cartograph CF Bold Italic
enable_audio_bell no
-font_size 10
+font_size 11
window_padding_width 1
@@ -18,21 +18,23 @@ cursor_blink_interval 0
shell_integration no-cursor
-foreground #b5b4c9
-background #1c1c1c
-color0 #2e313d
-color8 #5b5f71
-color1 #cf8164
-color9 #fe9f7c
-color2 #76a065
-color10 #92c47e
-color3 #ab924c
-color11 #d2b45f
-color4 #8296b0
-color12 #a0b9d8
-color5 #a18daf
-color13 #c6aed7
-color6 #659ea2
-color14 #7dc2c7
-color7 #b5b4c9
-color15 #f0ecfe
+include nord.conf
+
+# foreground #b5b4c9
+# background #1c1c1c
+# color0 #2e313d
+# color8 #5b5f71
+# color1 #cf8164
+# color9 #fe9f7c
+# color2 #76a065
+# color10 #92c47e
+# color3 #ab924c
+# color11 #d2b45f
+# color4 #8296b0
+# color12 #a0b9d8
+# color5 #a18daf
+# color13 #c6aed7
+# color6 #659ea2
+# color14 #7dc2c7
+# color7 #b5b4c9
+# color15 #f0ecfe
diff --git a/.config/kitty/nord.conf b/.config/kitty/nord.conf
new file mode 100644
index 0000000..54f3a96
--- /dev/null
+++ b/.config/kitty/nord.conf
@@ -0,0 +1,43 @@
+# Nord Colorscheme for Kitty
+# Based on:
+# - https://gist.github.com/marcusramberg/64010234c95a93d953e8c79fdaf94192
+# - https://github.com/arcticicestudio/nord-hyper
+
+foreground #D8DEE9
+background #2E3440
+selection_foreground #000000
+selection_background #FFFACD
+url_color #0087BD
+cursor #81A1C1
+
+# black
+color0 #3B4252
+color8 #4C566A
+
+# red
+color1 #BF616A
+color9 #BF616A
+
+# green
+color2 #A3BE8C
+color10 #A3BE8C
+
+# yellow
+color3 #EBCB8B
+color11 #EBCB8B
+
+# blue
+color4 #81A1C1
+color12 #81A1C1
+
+# magenta
+color5 #B48EAD
+color13 #B48EAD
+
+# cyan
+color6 #88C0D0
+color14 #8FBCBB
+
+# white
+color7 #E5E9F0
+color15 #ECEFF4
diff --git a/.config/neomutt/gmail_main b/.config/neomutt/gmail_main
index 9ddeec2..8fbeb82 100644
--- a/.config/neomutt/gmail_main
+++ b/.config/neomutt/gmail_main
@@ -1,7 +1,7 @@
# Receive options
-set imap_pass="`pass show gmail/main/mutt_pass`"
-set imap_user="`pass show gmail/main/name`"@gmail.com
-set folder=imaps://`pass show gmail/main/name`@imap.gmail.com/
+set imap_pass="`pass show gmail/work/mutt`"
+set imap_user="`pass show gmail/work/name`"@gmail.com
+set folder=imaps://`pass show gmail/work/name`@imap.gmail.com/
set spoolfile=+INBOX
set record="+[Gmail]/Sent Mail"
set postponed="+[Gmail]/Drafts"
@@ -29,11 +29,11 @@ set mail_check=120
unset record
## Send options
-set smtp_url=smtps://`pass show gmail/main/name`:`pass show gmail/main/mutt_pass`@smtp.gmail.com
-set from=`pass show gmail/main/name`@gmail.com
+set smtp_url=smtps://`pass show gmail/work/name`:`pass show gmail/work/mutt`@smtp.gmail.com
+set from=`pass show gmail/work/name`@gmail.com
set hostname="gmail.com"
## Hook
-account-hook $folder "set imap_user=`pass show gmail/main/name`@gmail.com imap_pass=`pass show gmail/main/mutt_pass`"
+account-hook $folder "set imap_user=`pass show gmail/work/name`@gmail.com imap_pass=`pass show gmail/work/mutt`"
# vim: set ft=muttrc:
diff --git a/.config/polybar/config b/.config/polybar/config
index e6b536c..d61be7f 100644
--- a/.config/polybar/config
+++ b/.config/polybar/config
@@ -106,7 +106,7 @@ base-temperature=38
warn-temperature=70
format=<label>
format-warn=<label-warn>
-label=TEMP: %temperature-c%
+label=Temp: %temperature-c%
label-warn=TEMP: %temperature-c%
label-foreground = ${colors.foreground}
@@ -173,7 +173,7 @@ label-empty-background = ${colors.background}
type=internal/network
interface=wlan0
interval=1.0
-label-connected=%local_ip%
+label-connected=%essid% %local_ip%
label-disconnected=""
label-connected-foreground = ${colors.foreground}
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc
index 64c3714..389f19c 100644
--- a/.config/zathura/zathurarc
+++ b/.config/zathura/zathurarc
@@ -3,36 +3,42 @@ set window-title-home-tilde true
set statusbar-basename true
set selection-clipboard clipboard
-set default-bg "#1a1b26"
-set default-fg "#a9b1d6"
-
-set statusbar-fg "#a9b1d6"
-set statusbar-bg "#24283b"
-
-set inputbar-bg "#1a1b26"
-set inputbar-fg "#73daca"
-
-set notification-bg "#1a1b26"
-set notification-fg "#73daca"
-
-set notification-error-bg "#1a1b26"
-set notification-error-fg "#f7768e"
-
-set notification-warning-bg "#1a1b26"
-set notification-warning-fg "#f7768e"
-
-set highlight-color "#e0af68"
-set highlight-active-color "#9aa5ce"
-
-set completion-bg "#24283b"
-set completion-fg "#a9b1d6"
-
-set completion-highlight-fg "#9aa5ce"
-set completion-highlight-bg "24283b"
-
-set recolor-lightcolor "#16161e"
-set recolor-darkcolor "#a9b1d6"
-
+set notification-error-bg "#2E3440"
+set notification-error-fg "#BF616A"
+set notification-warning-bg "#2E3440"
+set notification-warning-fg "#D08770"
+set notification-bg "#2E3440"
+set notification-fg "#D8DEE9"
+
+set completion-bg "#2E3440"
+set completion-fg "#D8DEE9"
+set completion-group-bg "#3B4252"
+set completion-group-fg "#D8DEE9"
+set completion-highlight-bg "#88C0D0"
+set completion-highlight-fg "#3B4252"
+
+set index-bg "#2E3440"
+set index-fg "#8FBCBB"
+set index-active-bg "#8FBCBB"
+set index-active-fg "#2E3440"
+
+set inputbar-bg "#2E3440"
+set inputbar-fg "#E5E9F0"
+
+set statusbar-bg "#2E3440"
+set statusbar-fg "#E5E9F0"
+
+set highlight-color "#D08770"
+set highlight-active-color "#BF616A"
+
+set default-bg "#2E3440"
+set default-fg "#D8DEE9"
+set render-loading "true"
+set render-loading-bg "#2E3440"
+set render-loading-fg "#434C5E"
+
+set recolor-lightcolor "#2E3440"
+set recolor-darkcolor "#ECEFF4"
set recolor "true"
-set recolor-keephue "false"
+
# vim: set ft=config:
diff --git a/.config/zsh/aliases.zsh b/.config/zsh/aliases.zsh
index cbb4499..8b2df6b 100644
--- a/.config/zsh/aliases.zsh
+++ b/.config/zsh/aliases.zsh
@@ -13,7 +13,9 @@ alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
if [ -d "$HOME/esp/esp-idf" ]
then
alias get_idf='. $HOME/esp/esp-idf/export.sh'
+ alias get_idf4='. $HOME/esp/esp-idf-v4.4.1/export.sh'
export MENUCONFIG_STYLE=monochrome
+ export IDF_CCACHE_ENABLE=1
fi
export LESS=-R
diff --git a/.config/zsh/pure b/.config/zsh/pure
-Subproject 90dc9cf908481cc155e1ce5611f684916523fc3
+Subproject 5b458ba5b75f49a8071d53c343f1a23631f7bce
diff --git a/.xinitrc b/.xinitrc
index 3723f06..8b8bbd4 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -2,6 +2,8 @@ xsetroot -cursor_name left_ptr
#eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
export SSH_AUTH_SOCK
xrdb ~/.Xresources &&
-dbus-launch /usr/bin/bspwm
+#dbus-launch /usr/bin/bspwm
+export XDG_MENU_PREFIX=gnome-
+exec gnome-session
# vim: set ft=sh:
diff --git a/.zshenv b/.zshenv
index ec29bcb..9747a3f 100644
--- a/.zshenv
+++ b/.zshenv
@@ -4,6 +4,8 @@ export XDG_CACHE_HOME=$HOME/.cache
export XDG_DATA_HOME=$HOME/.local/share
export XDG_STATE_HOME=$HOME/.local/state
+export PROJ_HOME=$HOME/Documents/work/idf_projects/walk
+
# fnm
#export PATH=/home/gogo/.fnm:$PATH
PATH="$HOME/.local/bin:$PATH"