The main branch keeps track of the config on my work pc and the laptop branch does it for my personal laptop. This branching becomes necessery as the config still has hard coded '$HOME' variables at places. Sometimes I don't know how to replace them. I hope to do it some day..... :)
The alias for git on this git bare repo is df
as you can see here. To add all the tracked files and push follow the below commands
df add -u
df commit -m 'some message'
df push
|-- .zshrc
|-- .zshenv
|-- README.md
.config/
|--- kitty/
|--- nvim/
|--- rofi/
|--- zathura/zathurarc
|___ rofi/
- Find a way to list all files in telescope, instead of just the ones opened.
- The file names should be form the last directory if it is just a level up. I don't need the full path while trying to change buffers.
- Make the git structure actully useful or delete it. Lazy git and telescope diff.
- Integrate flit and leap into workflow.