mirror of
https://github.com/StepanovPlaton/dotfiles.git
synced 2026-04-03 12:20:45 +04:00
Add submodules
This commit is contained in:
3
.bashrc
3
.bashrc
@@ -11,7 +11,6 @@
|
|||||||
|
|
||||||
(cat ~/.cache/wal/sequences &)
|
(cat ~/.cache/wal/sequences &)
|
||||||
|
|
||||||
|
|
||||||
. "${HOME}/.cache/wal/colors.sh"
|
. "${HOME}/.cache/wal/colors.sh"
|
||||||
alias dmenu_wal='dmenu_run -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15"'
|
alias dmenu_wal='dmenu_run -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15"'
|
||||||
|
|
||||||
@@ -26,3 +25,5 @@ export PATH="/usr/lib/jvm/default/bin:$PATH"
|
|||||||
|
|
||||||
# Created by `pipx` on 2025-06-29 13:27:39
|
# Created by `pipx` on 2025-06-29 13:27:39
|
||||||
export PATH="$PATH:/home/dwarf/.local/bin"
|
export PATH="$PATH:/home/dwarf/.local/bin"
|
||||||
|
|
||||||
|
export EDITOR="nvim"
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ super + Return
|
|||||||
|
|
||||||
# program launcher
|
# program launcher
|
||||||
super + @space
|
super + @space
|
||||||
dmenu_run
|
dmenu_run -x 5 -y 5 -z 1400
|
||||||
|
|
||||||
# make sxhkd reload its configuration files:
|
# make sxhkd reload its configuration files:
|
||||||
super + Escape
|
super + Escape
|
||||||
|
|||||||
5
.gitignore
vendored
5
.gitignore
vendored
@@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
|
|
||||||
/Code/*
|
/Code/*
|
||||||
|
!/Code/Source/
|
||||||
|
/Code/Source/*
|
||||||
|
!/Code/Source/dmenu
|
||||||
|
!/Code/Source/st
|
||||||
|
|
||||||
/Downloads/*
|
/Downloads/*
|
||||||
/Games/*
|
/Games/*
|
||||||
|
|
||||||
|
|||||||
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
[submodule "Code/Source/dmenu"]
|
||||||
|
path = Code/Source/dmenu
|
||||||
|
url = https://github.com/StepanovPlaton/dmenu
|
||||||
|
[submodule "Code/Source/st"]
|
||||||
|
path = Code/Source/st
|
||||||
|
url = https://github.com/StepanovPlaton/st
|
||||||
0
Code/Source/.gitkeep
Normal file
0
Code/Source/.gitkeep
Normal file
1
Code/Source/dmenu
Submodule
1
Code/Source/dmenu
Submodule
Submodule Code/Source/dmenu added at 51a36428bd
1
Code/Source/st
Submodule
1
Code/Source/st
Submodule
Submodule Code/Source/st added at 1fc522b719
0
Mount/DwarfStorage/.gitkeep
Normal file
0
Mount/DwarfStorage/.gitkeep
Normal file
Reference in New Issue
Block a user