diff --git a/git/.config/git/config b/git/.config/git/config index 7eb2e90..1b037ff 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -6,3 +6,9 @@ [push] autoSetupRemote = true default = current +[credential "https://github.com"] + helper = + helper = !/usr/bin/gh auth git-credential +[credential "https://gist.github.com"] + helper = + helper = !/usr/bin/gh auth git-credential diff --git a/sh/.exrc b/sh/.exrc index 4dc711a..2e4f570 100644 --- a/sh/.exrc +++ b/sh/.exrc @@ -1 +1,8 @@ -set tabstop=4 +set autoindent +set tabstop=2 +set shiftwidth=2 +set showmatch +set wrapscan +set ignorecase + +map ; : diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 8964e66..7027555 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -18,6 +18,12 @@ set $term foot # Your preferred application launcher set $menu wmenu-run +workspace_layout tabbed + +# titlebar font +font Droid Sans Mono Bold 10 +#font DejaVu Serif Italic Bold 10 + ### Output configuration # # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) @@ -218,7 +224,7 @@ bindsym $mod+r mode "resize" # # Read `man 5 sway-bar` for more information about this section. bar { - position top + position bottom # When the status_command prints a new line to stdout, swaybar updates. # The default just shows the current date and time. @@ -230,5 +236,3 @@ bar { inactive_workspace #32323200 #32323200 #5c5c5c } } - -include /etc/sway/config.d/*