您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
 
 
 
 
 
 
Jonathan Hodgson 20427c78a5 Updates zsh plugins 3 年前
.git-crypt Add 1 git-crypt collaborator 4 年前
LEGACY Moves ranger into legacy and deletes old web docker files 4 年前
NOSTOW Firefox 89's top bar is 10px bigger than it was before 3 年前
abook/.config/abook Adds abook config 4 年前
alsa/.config/alsa Fixes alsa default config 3 年前
bin BIN: Adds screen record script 3 年前
bookmarks/.local/share/bookmarks Work on bookmarks 3 年前
borg/.local/share/bin BORG: stop backing up git repos 3 年前
davmail/.config Makes systemd handle davmail and regular inbox checks 4 年前
dunst/.config/dunst Makes dunst slightly more transparent 4 年前
gf/.config/gf Adds gf files 5 年前
git Git config changes 4 年前
grc/.config/grc Adds grc configs 4 年前
imapfilter/.config/imapfilter Adds imapfilter to dotfiles 4 年前
isync/.config/isync Allow syncing of just inbox rather than all mailboxes 4 年前
msmtp/.config/msmtp Updates sendgrid details 4 年前
mutt Adds a command gmutt that opens my terminal with mutt loaded 3 年前
newsboat/.config/newsboat Newsboat: Adds Leafshade software 3 年前
nvim/.config/nvim VIM: Setup ripgrep and inccommand 3 年前
onboard/.local/share/onboard/layouts Adds Onboard layout to use on pinephone 3 年前
pandoc/.pandoc Makes pandoc always use xcolor 4 年前
picom/.config/picom Adds picom 4 年前
qutebrowser Many changes 5 年前
remind Remind: adds some reminders 3 年前
rofi/.config/rofi Add rofi readme 3 年前
shells Updates zsh plugins 3 年前
sxiv/.config/sxiv/exec Adds to sxiv key bindings 4 年前
systemd Adds systemd scripts for hardware access and modem 3 年前
templates/Templates Adds clickjacking template 4 年前
tridactyl/.config/tridactyl BIN: Deletes open-youtube and puts functionality in yt 3 年前
x Sets wallpaper if ~/Pictures/wallpaper exists 3 年前
zathura/.config/zathura Moves zathura config for use with gnu stow 5 年前
.gitattributes REMIND: Initial setup of remind 4 年前
.gitignore Adds systemd scripts for hardware access and modem 3 年前
.gitmodules Adds Lexima and ultisnips 3 年前
README.md Updates readme to reflect vim no longer being a submodule 4 年前
install.sh Many changes 5 年前

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.