minor changes
This commit is contained in:
parent
56d06e7bf0
commit
bb2ac653de
7 changed files with 5 additions and 7 deletions
|
@ -1,2 +0,0 @@
|
|||
[init]
|
||||
defaultBranch = main
|
|
@ -11,7 +11,7 @@ map gdm cd "/home/luca/Documents"
|
|||
map gms cd "/home/luca/Music"
|
||||
map gpc cd "/home/luca/Pictures"
|
||||
map gvd cd "/home/luca/Videos"
|
||||
map gdot cd "/home/luca/.local/share/dotfiles"
|
||||
map gdot cd "/home/luca/.dotfiles"
|
||||
map Ebf $$EDITOR "/home/luca/.config/shell/bm-files"
|
||||
map Ebd $$EDITOR "/home/luca/.config/shell/bm-dirs"
|
||||
map Ecfx $$EDITOR "/home/luca/.config/x11/xresources"
|
||||
|
|
|
@ -13,4 +13,4 @@ ms ${XDG_MUSIC_DIR:-$HOME/Music}
|
|||
pc ${XDG_PICTURES_DIR:-$HOME/Pictures}
|
||||
vd ${XDG_VIDEOS_DIR:-$HOME/Videos}
|
||||
|
||||
dot ${XDG_DATA_HOME:-$HOME/.local/share}/dotfiles
|
||||
dot $HOME/.dotfiles
|
||||
|
|
|
@ -12,7 +12,7 @@ dm="cd /home/luca/Documents && tput cuu1;tput el" \
|
|||
ms="cd /home/luca/Music && tput cuu1;tput el" \
|
||||
pc="cd /home/luca/Pictures && tput cuu1;tput el" \
|
||||
vd="cd /home/luca/Videos && tput cuu1;tput el" \
|
||||
dot="cd /home/luca/.local/share/dotfiles && tput cuu1;tput el" \
|
||||
dot="cd /home/luca/.dotfiles && tput cuu1;tput el" \
|
||||
bf="$EDITOR /home/luca/.config/shell/bm-files" \
|
||||
bd="$EDITOR /home/luca/.config/shell/bm-dirs" \
|
||||
cfx="$EDITOR /home/luca/.config/x11/xresources" \
|
||||
|
|
|
@ -11,7 +11,7 @@ hash -d dm=/home/luca/Documents
|
|||
hash -d ms=/home/luca/Music
|
||||
hash -d pc=/home/luca/Pictures
|
||||
hash -d vd=/home/luca/Videos
|
||||
hash -d dot=/home/luca/.local/share/dotfiles
|
||||
hash -d dot=/home/luca/.dotfiles
|
||||
hash -d bf=/home/luca/.config/shell/bm-files
|
||||
hash -d bd=/home/luca/.config/shell/bm-dirs
|
||||
hash -d cfx=/home/luca/.config/x11/xresources
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 7c390ee3bfa8069b8519582399e0a67444e6ea61
|
1
TODO
1
TODO
|
@ -1,3 +1,4 @@
|
|||
TODO: Add librewolf userprefs file, separate cascade config file
|
||||
TODO: Rework lf icons for audio and video files
|
||||
TODO: https://sw.kovidgoyal.net/kitty/kittens/panel/
|
||||
TODO: Create a better bitwarden integration
|
||||
|
|
Loading…
Add table
Reference in a new issue