]> src.twobees.de Git - dotfiles.git/commitdiff
..
authorTobias Sachs <git-pngdhxpf-ts@twobees.de>
Sun, 19 Mar 2023 16:20:06 +0000 (17:20 +0100)
committerTobias Sachs <git-pngdhxpf-ts@twobees.de>
Sun, 19 Mar 2023 16:20:06 +0000 (17:20 +0100)
25 files changed:
stow/i3/.config/i3/config
stow/nvim/.config/nvim/after/plugin/colors.lua
stow/nvim/.config/nvim/lua/plugin_mgr.lua
stow/oh-my-zsh/.oh-my-zsh
stow/profile/.profile [new file with mode: 0644]
stow/wallpapers/.walls/pexels-alexsandro-rosa-de-mello-306908.jpg [new file with mode: 0644]
stow/wallpapers/.walls/pexels-andy-vu-3244513.jpg [new file with mode: 0644]
stow/wallpapers/.walls/pexels-anni-roenkae-2832456.jpg [new file with mode: 0644]
stow/wallpapers/.walls/pexels-burst-544954.jpg [new file with mode: 0644]
stow/wallpapers/.walls/pexels-george-desipris-726478.jpg [new file with mode: 0644]
stow/wallpapers/.walls/pexels-ishan-421788.jpg [deleted file]
stow/wallpapers/.walls/pexels-jeremy-bishop-2422915.jpg [new file with mode: 0644]
stow/wallpapers/.walls/pexels-johannes-plenio-1102915.jpg [new file with mode: 0644]
stow/wallpapers/.walls/pexels-magda-ehlers-712367.jpg [new file with mode: 0644]
stow/wallpapers/.walls/pexels-moose-photos-1037992.jpg [deleted file]
stow/wallpapers/.walls/pexels-oday-hazeem-130621.jpg [new file with mode: 0644]
stow/wallpapers/.walls/pexels-pixabay-355288.jpg [deleted file]
stow/wallpapers/.walls/pexels-polina-kovaleva-6109124.jpg [new file with mode: 0644]
stow/wallpapers/.walls/pexels-roberto-nickson-2559941.jpg [new file with mode: 0644]
stow/wallpapers/.walls/pexels-steve-johnson-1292241.jpg [new file with mode: 0644]
stow/wallpapers/.walls/pexels-steve-johnson-2014744.jpg [new file with mode: 0644]
stow/wallpapers/.walls/pexels-tim-mossholder-1000653.jpg [new file with mode: 0644]
stow/wallpapers/.walls/pexels-tom-fisk-1522160.jpg [new file with mode: 0644]
stow/wallpapers/.walls/pexels-virginia-magat-2131293.jpg [new file with mode: 0644]
stow/wallpapers/.walls/pexels-ylanite-koppens-612826.jpg [deleted file]

index 9c66e0671f646f30a86dbe7b50ece93629c815e5..93ebd0eb8740f4744060f134065d522c83ea823e 100644 (file)
@@ -41,8 +41,8 @@ exec --no-startup-id "sleep 12; /usr/bin/pass git pull"
 exec --no-startup-id nitrogen --set-zoom-fill --random ~/.walls/
 exec --no-startup-id "/usr/bin/setxkbmap -option grp:alt_shift_toggle us,de"
 
-default_border pixel 4 
-default_floating_border pixel 2 
+default_border pixel 6 
+default_floating_border pixel 6 
 
 
 
@@ -210,30 +210,38 @@ bar {
 
 set $transp       #00000000
 
-# NOTE: The secondary rgb color in the lines below is the fallback if
-# i3 fails to get colors from Xresources.
-set_from_resource $colorf  i3wm.foreground #f8f8f2
-set_from_resource $colorb  i3wm.background #181a26
-set_from_resource $color0  i3wm.color0  #282936
-set_from_resource $color8  i3wm.color8  #4d4f68
-set_from_resource $color1  i3wm.color1  #f087bd
-set_from_resource $color9  i3wm.color9  #bd6a95
-set_from_resource $color2  i3wm.color2  #a5fb8f
-set_from_resource $color10 i3wm.color10 #83c771
-set_from_resource $color3  i3wm.color3  #fae3b0
-set_from_resource $color11 i3wm.color11 #c7b58c
-set_from_resource $color4  i3wm.color4  #96cdfb
-set_from_resource $color12 i3wm.color12 #77a2c7
-set_from_resource $color5  i3wm.color5  #9183f7
-set_from_resource $color13 i3wm.color13 #7368c4
-set_from_resource $color6  i3wm.color6  #89dceb
-set_from_resource $color14 i3wm.color14 #6bacb8
-set_from_resource $color7  i3wm.color7  #e9e9f4
-set_from_resource $color15 i3wm.color15 #f7f7fb
-
-# class                 border   backgr.  text     indicator  child_border
-client.focused          $color13 $color13 $color2  $color1    $color8
-client.focused_inactive $color13 $color8  $color1  $color1    $transp
-client.unfocused        $color8  $color8  $color7  $color1    $transp
-client.urgent           $color5  $color1  $color0  $color1    $transp
-client.background       $transp
+## # NOTE: The secondary rgb color in the lines below is the fallback if
+## # i3 fails to get colors from Xresources.
+## set_from_resource $colorf  i3wm.foreground #f8f8f2
+## set_from_resource $colorb  i3wm.background #181a26
+## set_from_resource $color0  i3wm.color0  #282936
+## set_from_resource $color8  i3wm.color8  #4d4f68
+## set_from_resource $color1  i3wm.color1  #f087bd
+## set_from_resource $color9  i3wm.color9  #bd6a95
+## set_from_resource $color2  i3wm.color2  #a5fb8f
+## set_from_resource $color10 i3wm.color10 #83c771
+## set_from_resource $color3  i3wm.color3  #fae3b0
+## set_from_resource $color11 i3wm.color11 #c7b58c
+## set_from_resource $color4  i3wm.color4  #96cdfb
+## set_from_resource $color12 i3wm.color12 #77a2c7
+## set_from_resource $color5  i3wm.color5  #9183f7
+## set_from_resource $color13 i3wm.color13 #7368c4
+## set_from_resource $color6  i3wm.color6  #89dceb
+## set_from_resource $color14 i3wm.color14 #6bacb8
+## set_from_resource $color7  i3wm.color7  #e9e9f4
+## set_from_resource $color15 i3wm.color15 #f7f7fb
+## 
+## # class                 border   backgr.  text     indicator  child_border
+## client.focused          $color13 $color13 $color2  $color1    $color8
+## client.focused_inactive $color13 $color8  $color1  $color1    $transp
+## client.unfocused        $color8  $color8  $color7  $color1    $transp
+## client.urgent           $color5  $color1  $color0  $color1    $transp
+## client.background       $transp
+
+## # class                 border   backgr.  text     indicator  child_border
+#class                         border    backgr.    text     indicator
+client.focused              #333333   #363636   #f1f1f1   #3F48CD
+client.unfocused            #1b1b1b   #2a2a2a   #999999   #9FA0FF
+client.focused_inactive     #1b1b1b   #353535   #f0f0f0   #9FA0FF
+Client.urgent               #d64937   #444444   #000000   #d64937
+client.background           #1b1b1b   #353535   #f0f0f0   #9FA0FF
index dbd37d52071ad2367deef62987e641b0072feac7..0379da28c08aa502b6c4831c96191894877dc89f 100644 (file)
@@ -1,7 +1,8 @@
-local scheme = 'rose-pine'
-require(scheme).setup({
-    disable_background = true
-})
+-- local scheme = 'rose-pine'
+-- require(scheme).setup({
+--     disable_background = true
+-- })
+local scheme = 'apprentice'
 
 function SetScheme(s)
        vim.cmd.colorscheme(s)
index 1f60c40ff86cc04456fd7f1e18913621b52cc53c..9814bf7c3aa642b3b37adc5cab1dbcc81c436209 100644 (file)
@@ -20,6 +20,7 @@ return require('packer').startup(function(use)
             vim.cmd('colorscheme rose-pine')
         end
     })
+    use { 'romainl/Apprentice' }
     use { 'folke/tokyonight.nvim' }
     use { 'unblevable/quick-scope'}
     use { 'onsails/lspkind.nvim' }
index a1c54e03f98b594a6fcc368c2c113d469ffaa368..72732a224e886933df6b64a49ec6f5e94c884612 160000 (submodule)
@@ -1 +1 @@
-Subproject commit a1c54e03f98b594a6fcc368c2c113d469ffaa368
+Subproject commit 72732a224e886933df6b64a49ec6f5e94c884612
diff --git a/stow/profile/.profile b/stow/profile/.profile
new file mode 100644 (file)
index 0000000..5568f57
--- /dev/null
@@ -0,0 +1,55 @@
+# ~/.profile: executed by the command interpreter for login shells.
+# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
+# exists.
+# see /usr/share/doc/bash/examples/startup-files for examples.
+# the files are located in the bash-doc package.
+
+# the default umask is set in /etc/profile; for setting the umask
+# for ssh logins, install and configure the libpam-umask package.
+#umask 022
+
+# if running bash
+if [ -n "$BASH_VERSION" ]; then
+    # include .bashrc if it exists
+    if [ -f "$HOME/.bashrc" ]; then
+       . "$HOME/.bashrc"
+    fi
+fi
+
+# set PATH so it includes user's private bin if it exists
+if [ -d "$HOME/bin" ] ; then
+    PATH="$HOME/bin:$PATH"
+fi
+
+
+#mister house!
+export mh_parms=~/mh-private/mh.private.ini
+
+export PATH=$PATH:~/bin
+export PATH=$PATH:~/.bin
+export PATH=$PATH:~/AppImages/
+export PATH=$PATH:/snap/bin
+
+#Editor
+if [[ -e /snap/bin/nvim ]]; then
+    export EDITOR='/snap/bin/nvim'
+elif [ `which nvim` != "" ]; then
+    export EDITOR=`which nvim`
+else 
+    echo "nvim not installed?"
+    export EDITOR=vim
+fi
+
+#aliases
+alias nvim=$EDITOR
+alias vi=$EDITOR
+alias vim=$EDITOR
+alias ll='ls -lah'
+alias t='tail -F -n 40'
+
+# #esp32:
+# exp="/home/ts/esp/esp-idf/export.sh" 
+# if [ -f $exp ]; then
+#     echo esp32
+#     . $exp
+# fi
diff --git a/stow/wallpapers/.walls/pexels-alexsandro-rosa-de-mello-306908.jpg b/stow/wallpapers/.walls/pexels-alexsandro-rosa-de-mello-306908.jpg
new file mode 100644 (file)
index 0000000..bdbdf3e
Binary files /dev/null and b/stow/wallpapers/.walls/pexels-alexsandro-rosa-de-mello-306908.jpg differ
diff --git a/stow/wallpapers/.walls/pexels-andy-vu-3244513.jpg b/stow/wallpapers/.walls/pexels-andy-vu-3244513.jpg
new file mode 100644 (file)
index 0000000..617acfa
Binary files /dev/null and b/stow/wallpapers/.walls/pexels-andy-vu-3244513.jpg differ
diff --git a/stow/wallpapers/.walls/pexels-anni-roenkae-2832456.jpg b/stow/wallpapers/.walls/pexels-anni-roenkae-2832456.jpg
new file mode 100644 (file)
index 0000000..84db7e0
Binary files /dev/null and b/stow/wallpapers/.walls/pexels-anni-roenkae-2832456.jpg differ
diff --git a/stow/wallpapers/.walls/pexels-burst-544954.jpg b/stow/wallpapers/.walls/pexels-burst-544954.jpg
new file mode 100644 (file)
index 0000000..836d306
Binary files /dev/null and b/stow/wallpapers/.walls/pexels-burst-544954.jpg differ
diff --git a/stow/wallpapers/.walls/pexels-george-desipris-726478.jpg b/stow/wallpapers/.walls/pexels-george-desipris-726478.jpg
new file mode 100644 (file)
index 0000000..c21667e
Binary files /dev/null and b/stow/wallpapers/.walls/pexels-george-desipris-726478.jpg differ
diff --git a/stow/wallpapers/.walls/pexels-ishan-421788.jpg b/stow/wallpapers/.walls/pexels-ishan-421788.jpg
deleted file mode 100644 (file)
index 5e83956..0000000
Binary files a/stow/wallpapers/.walls/pexels-ishan-421788.jpg and /dev/null differ
diff --git a/stow/wallpapers/.walls/pexels-jeremy-bishop-2422915.jpg b/stow/wallpapers/.walls/pexels-jeremy-bishop-2422915.jpg
new file mode 100644 (file)
index 0000000..bbd0f8b
Binary files /dev/null and b/stow/wallpapers/.walls/pexels-jeremy-bishop-2422915.jpg differ
diff --git a/stow/wallpapers/.walls/pexels-johannes-plenio-1102915.jpg b/stow/wallpapers/.walls/pexels-johannes-plenio-1102915.jpg
new file mode 100644 (file)
index 0000000..0cfe00f
Binary files /dev/null and b/stow/wallpapers/.walls/pexels-johannes-plenio-1102915.jpg differ
diff --git a/stow/wallpapers/.walls/pexels-magda-ehlers-712367.jpg b/stow/wallpapers/.walls/pexels-magda-ehlers-712367.jpg
new file mode 100644 (file)
index 0000000..67084dc
Binary files /dev/null and b/stow/wallpapers/.walls/pexels-magda-ehlers-712367.jpg differ
diff --git a/stow/wallpapers/.walls/pexels-moose-photos-1037992.jpg b/stow/wallpapers/.walls/pexels-moose-photos-1037992.jpg
deleted file mode 100644 (file)
index 618eda1..0000000
Binary files a/stow/wallpapers/.walls/pexels-moose-photos-1037992.jpg and /dev/null differ
diff --git a/stow/wallpapers/.walls/pexels-oday-hazeem-130621.jpg b/stow/wallpapers/.walls/pexels-oday-hazeem-130621.jpg
new file mode 100644 (file)
index 0000000..27aa92e
Binary files /dev/null and b/stow/wallpapers/.walls/pexels-oday-hazeem-130621.jpg differ
diff --git a/stow/wallpapers/.walls/pexels-pixabay-355288.jpg b/stow/wallpapers/.walls/pexels-pixabay-355288.jpg
deleted file mode 100644 (file)
index 64fe861..0000000
Binary files a/stow/wallpapers/.walls/pexels-pixabay-355288.jpg and /dev/null differ
diff --git a/stow/wallpapers/.walls/pexels-polina-kovaleva-6109124.jpg b/stow/wallpapers/.walls/pexels-polina-kovaleva-6109124.jpg
new file mode 100644 (file)
index 0000000..6395922
Binary files /dev/null and b/stow/wallpapers/.walls/pexels-polina-kovaleva-6109124.jpg differ
diff --git a/stow/wallpapers/.walls/pexels-roberto-nickson-2559941.jpg b/stow/wallpapers/.walls/pexels-roberto-nickson-2559941.jpg
new file mode 100644 (file)
index 0000000..efe08ec
Binary files /dev/null and b/stow/wallpapers/.walls/pexels-roberto-nickson-2559941.jpg differ
diff --git a/stow/wallpapers/.walls/pexels-steve-johnson-1292241.jpg b/stow/wallpapers/.walls/pexels-steve-johnson-1292241.jpg
new file mode 100644 (file)
index 0000000..313492f
Binary files /dev/null and b/stow/wallpapers/.walls/pexels-steve-johnson-1292241.jpg differ
diff --git a/stow/wallpapers/.walls/pexels-steve-johnson-2014744.jpg b/stow/wallpapers/.walls/pexels-steve-johnson-2014744.jpg
new file mode 100644 (file)
index 0000000..2800c41
Binary files /dev/null and b/stow/wallpapers/.walls/pexels-steve-johnson-2014744.jpg differ
diff --git a/stow/wallpapers/.walls/pexels-tim-mossholder-1000653.jpg b/stow/wallpapers/.walls/pexels-tim-mossholder-1000653.jpg
new file mode 100644 (file)
index 0000000..d687a1e
Binary files /dev/null and b/stow/wallpapers/.walls/pexels-tim-mossholder-1000653.jpg differ
diff --git a/stow/wallpapers/.walls/pexels-tom-fisk-1522160.jpg b/stow/wallpapers/.walls/pexels-tom-fisk-1522160.jpg
new file mode 100644 (file)
index 0000000..76cd1b5
Binary files /dev/null and b/stow/wallpapers/.walls/pexels-tom-fisk-1522160.jpg differ
diff --git a/stow/wallpapers/.walls/pexels-virginia-magat-2131293.jpg b/stow/wallpapers/.walls/pexels-virginia-magat-2131293.jpg
new file mode 100644 (file)
index 0000000..a924cb8
Binary files /dev/null and b/stow/wallpapers/.walls/pexels-virginia-magat-2131293.jpg differ
diff --git a/stow/wallpapers/.walls/pexels-ylanite-koppens-612826.jpg b/stow/wallpapers/.walls/pexels-ylanite-koppens-612826.jpg
deleted file mode 100644 (file)
index 1ad4134..0000000
Binary files a/stow/wallpapers/.walls/pexels-ylanite-koppens-612826.jpg and /dev/null differ