summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-22Update old email in gitHEADmasterDanny Holman
2022-06-20Remove unused hosts from SSH configDanny Holman
2022-06-20Decrease the separator size in i3blocksDanny Holman
2022-06-20Update i3 configsDanny Holman
Update the i3 settings to current.
2022-06-20Update shell and terminal stuffsDanny Holman
Update the configs that control my shell and related tools.
2022-02-22Update to current version of filesDanny Holman
2021-11-15Update all URLsDanny Holman
Update all gymli.xyz URLs to gymli.org. This coincides with a DNS change on my website.
2021-11-15Add config for MSMTP emailDanny Holman
Add a config file for the msmtp program.
2021-10-10i3: add more windows to floatingDanny Holman
Set more windows to be default floating.
2021-10-10tmux: add a keybind for nested sessionsDanny Holman
Add a keybind to send the prefix to a nested session.
2021-10-10ssh: update configsDanny Holman
Update the ssh config files.
2021-10-10urxvt: add a bell commandDanny Holman
Add a bell command plugin and configure it to use GTK sound effects to urxvt.
2021-10-10Email: use msmtp instead of smtp on emailDanny Holman
Use a centralized msmtp config rather than setting up smtp configs on all email services.
2021-09-07Change vertical split keybind in tmuxDanny Holman
Change the vertical split keymapping in tmux from "<Control><Back-slash>" to "<Control><Pipe>"
2021-08-24Add brightness display to i3blocksDanny Holman
2021-08-24Update to new GPG key in muttrcDanny Holman
2021-08-24Fix missing plugins in Xresources for URxvtDanny Holman
2021-08-21Fix certain keybinds not workingDanny Holman
2021-08-14Update TTU email addressDanny Holman
Update my TTU email in .muttrc.
2021-08-13Fix issue starting picom and make font biggerDanny Holman
Make the font in URxvt a little big bigger and, therefore, more readable. Also fix an issue starting the compositor.
2021-08-08Add support for picomDanny Holman
Add configs for the picom compositor
2021-08-08Switch from Termite to XTermDanny Holman
Switched from termite to xterm, so the termite config is no longer used
2021-08-08Add an install scriptDanny Holman
Add install.sh to make installation easy
2021-08-08Update a bunch of stuffDanny Holman
Update the SSH configs, Neomutt, Vim, Xorg
2021-05-21Switch to nitrogenDanny Holman
Switch to nitrogen for wallpaper setting. Signed-off-by: Danny Holman <dholman@gymli.xyz>
2021-05-21vim: put swap files into a temp directoryDanny Holman
Put vim swap files into a temporary directory inside $HOME. Signed-off-by: Danny Holman <dholman@gymli.xyz>
2021-05-21zsh: ruby config updatesDanny Holman
Update the Ruby version in use by the shell. Signed-off-by: Danny Holman <dholman@gymli.xyz>
2021-05-21Switch from polybar to i3blocksDanny Holman
Switch my top bar from polybar to i3blocks. Polybar requires a separate startup script while i3blocks runs as a child process of i3 itself. Signed-off-by: Danny Holman <dholman@gymli.xyz>
2021-04-13UpdatesDanny Holman
2021-04-02tmux uses different colors nowDanny Holman
And yes it is spelled with no 'u' Signed-off-by: Danny Holman <dholman@gymli.xyz>
2021-03-24Update .gitignoreDanny Holman
2021-03-24termite: update color paletteDanny Holman
2021-03-17vim: ignore *.d filesDanny Holman
Ignore files with the *.d extension; these are generated by GCC.
2021-03-14mutt: upate keybindsDanny Holman
Update the mutt/neomutt keybinds that mark a message as spam/ham.
2021-03-14vim: remove qq commandDanny Holman
2021-02-05UpdatesDanny Holman
2021-02-03Updated to 2021Danny Holman
2020-10-26General updatesDanny Holman
2020-08-12.ssh/config: add network router configurationDanny Holman
2020-08-12.zshenv: prepend PATH with ccache binariesDanny Holman
2020-06-19Don't bother me about 'git pull'Danny Holman
Don't bother me with warnings about divergent branches when I run 'git pull', just do the default thing and leave me alone.
2020-06-16zsh: remove history substring searchDanny Holman
2020-06-16Remove powerline configsDanny Holman
Remove the configuration options for powerline. I use framework-free zsh and vim now.
2020-05-11Add .gitignore mostly for files inside .configDanny Holman
2020-05-11Update to latest use caseDanny Holman
2020-05-11Add configs for other used appsDanny Holman
2020-04-17General updatesDanny Holman
Update everything in this folder to be current with my setup.
2020-03-05ssh: Zeus now uses GSSAPI when availableDanny Holman
2020-03-05.zshenv: add RVM path variableDanny Holman
2020-03-05.muttrc: make this file make more senseDanny Holman
Make .muttrc make more sense by adding structure and small documentation comments.