Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 
Jonathan Hodgson 8e9073bd2d Merge branch 'master' of ssh://git.jonathanh.co.uk/jab2870/Dotfiles pirms 1 dienas
.git-crypt Add 1 git-crypt collaborator pirms 4 gadiem
LEGACY Moves ranger into legacy and deletes old web docker files pirms 4 gadiem
NOSTOW Firefox 89's top bar is 10px bigger than it was before pirms 3 gadiem
abook/.config/abook Adds abook config pirms 4 gadiem
alsa/.config/alsa Fixes alsa default config pirms 3 gadiem
bin Makes screen mirroring work on different resolutions pirms 2 mēnešiem
bookmarks/.local/share/bookmarks Work on bookmarks pirms 3 gadiem
borg/.local/share/bin BORG: stop backing up git repos pirms 3 gadiem
davmail/.config Moves check emails systemd files pirms 2 gadiem
dunst/.config/dunst Makes dunst slightly more transparent pirms 4 gadiem
gf/.config/gf Adds gf files pirms 5 gadiem
git Updated global git config pirms 2 mēnešiem
grc/.config/grc GRC: Nmap: allow hyphens in domains pirms 2 gadiem
imapfilter/.config/imapfilter Adds imapfilter to dotfiles pirms 4 gadiem
isync/.config/isync Updates mbsync config pirms 2 gadiem
msmtp/.config/msmtp Updates sendgrid details pirms 4 gadiem
mutt Neomutt: adds better support for multipart emails pirms 2 gadiem
newsboat/.config Newsboat URLS pirms 2 gadiem
nvim/.config/nvim zsh tweaks pirms 2 mēnešiem
onboard/.local/share/onboard/layouts Adds Onboard layout to use on pinephone pirms 3 gadiem
pacman/ROOT/etc/pacman.d/hooks Adds pacman hook to remove the grc default aliases file pirms 2 gadiem
pandoc/.pandoc Remove some old addresses pirms 2 gadiem
picom/.config/picom Adds picom pirms 4 gadiem
qutebrowser Many changes pirms 5 gadiem
remind REM: tweaks pirms 3 gadiem
rofi/.config/rofi Deletes old rofi config file pirms 2 gadiem
shells Merge branch 'master' of ssh://git.jonathanh.co.uk/jab2870/Dotfiles pirms 1 dienas
sxiv/.config/sxiv/exec Adds to sxiv key bindings pirms 4 gadiem
systemd Stops hsetroot distorting background pirms 2 gadiem
templates/Templates Remove some old addresses pirms 2 gadiem
tridactyl/.config/tridactyl Tridactyl: makes tridactyl redirect youtube iframes pirms 2 gadiem
x Changes double shift action pirms 2 gadiem
zathura/.config/zathura Moves zathura config for use with gnu stow pirms 5 gadiem
.gitattributes REMIND: Initial setup of remind pirms 4 gadiem
.gitignore Add vim lazy lock to gitignore pirms 2 mēnešiem
.gitmodules Starts moving nvim config to lua pirms 5 mēnešiem
README.md Updates readme to reflect vim no longer being a submodule pirms 4 gadiem
install.sh Many changes pirms 5 gadiem

README.md

My Dotfiles

Use as you wish. Any code / scripts I have borrowed from other places should be credited in comments in the file. I currently use a fork of DWM as my window manager on Arch Linux, however, I don't think there is anything that is Arch specific.

My primary editor is vim neovim. You can see the relevent configuration in the nvim folder. I used to keep my vim configuration in a seperate submodule but that became more hassel than it was worth so it now all lives here.

My email client of choice is NeoMutt, although there are a plethora of tools that go along with it. If you are interested in how it all interlocks, I wrote a blog post about it: https://jonathanh.co.uk/blog/mutt-setup.html

I use GNU Stow to deploy my dotfiles. There is a helper script in the root of this directory called install.sh that runs the necessary stow commands.

Each folder contains the configuration related to a program / tool. In most cases, this folder is stowed meaning all of it's contents are symlinked to the same place in my $HOME directory. However, there are instances (only shells/zsh at the moment) when I don't want the whole directory to be symlinked. If the directory contains a sub-directory called STOW, only the STOW directory is stowed.

The folder LEGACY is for things that I no longer use but might be of interest if you are the sort of person who likes looking at other people's dotfiles.

The folder NOSTOW is for things that I don't manage with stow. This includes a submodule for my DWM fork and configuration files that live outside my home directory.