summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-05General updatesDanny Holman
2020-02-11zsh: ignore duplicate history entriesDanny Holman
2019-11-07Regular updateDanny Holman
2019-07-22zsh: aliased Metasploit command to be less verboseDanny Holman
Signed-off-by: Danny Holman <dholman@gymli.org>
2019-05-28Added Tagbar plugin support to VimDanny Holman
Added support for Tagbar, a Vim-plugin that uses ctags to give a bird's eye view of the project from a file.
2019-05-27Fixed polybar configDanny Holman
Fixed polybar config, broken as a result of a bad merge operation.
2019-05-27Merge remote-tracking branch 'origin/master'Danny Holman
2019-05-27Added cscope support to VimDanny Holman
Added a Vim-plugin to support cscope functions.
2019-05-27Changed vim config to be more project-specificDanny Holman
Changed the indentation settings in Vim config to match my own coding style by default, but use Linux's when in the kernel directory.
2019-05-27General updatesDanny Holman
General updates to things due to package differences since last update.
2019-03-20General updates to shell stuffDanny Holman
2019-03-20.muttrc now uses proper smtp settingsDanny Holman
2019-03-20.gitconfig is slightly less formalDanny Holman
2019-03-20Updated polybar config to use proper colorsDanny Holman
2018-10-24Merge branch 'master' of git.gymli.org:dotfilesDaniel Holman
2018-10-24Added powerline stuffs to polybarDaniel Holman
2018-10-22Enabled powerline in vimrcDaniel Holman
2018-10-22Merge branch 'master' of git.gymli.org:dotfilesDaniel Holman
2018-10-22Enabled powerline in vimDaniel Holman
2018-10-22Customized the git prompt of PowerlineDaniel Holman
2018-10-21Merge branch 'master' of git.gymli.org:dotfilesDaniel Holman
2018-10-21Disabled vim-modeline in zsh powerlineDaniel Holman
2018-10-21Disabled vim-modeline in zsh powerlineDaniel Holman
2018-10-21Changed wallpaper manager to nitrogenDaniel Holman
2018-10-21Changed wallpaper manager to nitrogenDaniel Holman
2018-10-19Added powerline configs to zsh and vimDaniel Holman
2018-07-08Replaced use of ssh-agent with gpg-agentDaniel Holman
2018-05-24Changed some keymaps and added X11 clipboard to .vimrcDaniel Holman
2018-04-12Wrote zsh function for pacsearch to also search AURDaniel Holman
Wrote a function inside .zshrc that allows 'pacsearch' to also search the AUR using cower.
2018-04-11Updated .zshrc to use normal pacman operationsDaniel Holman
Reset the 'pac*' set of aliases in .zshrc to point to normal pacman commands and a script that checks for AUR updates.
2018-04-10Made it a bit easier to reload/edit vim configDaniel Holman
Added special kepmaps to vim config to edit the vimrc file or source it if it changes.
2018-04-08Fixed volume applet issue in polybarDaniel Holman
Fixed an issue with polybar config in which the volume applet wouldn't show the complete volume display
2018-04-08Added new custom keybinds to i3 configDaniel Holman
Added a quasi Alt+Tab feature into my i3 config file. It allows one to press Mod+Tab to focus on the next workspace with a window and Mod+Shift+Tab for previous workspace
2018-04-08Fixed PATH issue in .zshenvDaniel Holman
Fixed an issue in .zshenv in which the PATH environment variable would be appended with duplicate entries
2018-04-05General updatesDaniel Holman
Made significant updates to a bunch of files: -.zshrc environment vars and script sourcing in new file -.zshenv this is whehere the above went -.muttrc clarified the address line as well as password control -.ssh new directory for secure shell config files -.tmux.conf new file to control how tmux behaves -.config/i3/config i3wm configuration -.config/polybar/config topbar configuration -.config/termite/config terminal theming and other things
2018-03-11Added the config for airline status bar in .vimrcDaniel Holman
2018-03-01Merge branch 'master' of ssh://github.com/GymliDaniel/dotfilesDaniel Holman
2018-03-01Made .zshrc a little clearer and more usefulDaniel Holman
Inserted comments above large blocks of shell config and changed the prompt to also print the return code of the last command to the left of the prompt
2018-01-24Merge branch 'master' of ssh://github.com:/GymliDaniel/dotfilesDaniel Holman
2017-12-15Changed the index color in .muttrcDaniel Holman
2017-12-08Changed indicator color in .muttrcDaniel Holman
2017-11-27Added a backup of my mailcap fileDaniel Holman
2017-11-27Changed the SUDO_EDITORDaniel Holman
2017-11-27Specified my public key fingerprint directlyDaniel Holman
2017-08-24Changed the alias for removing packages in .zshrcDaniel Holman
2017-08-23Changed the encrypt line in .muttrcDaniel Holman
2017-08-04Added more robust password access to .muttrcDaniel Holman
2017-07-24Added some prompt options in .zshrcDaniel Holman
Added 5 lines of shell code to .zshrc in order to make working with git repositories more productive
2017-07-21Added a GPG variable to .zshrcDaniel Holman
Added a line to .zshrc to allow use of GPG smartcard mode
2017-06-24Added completion options among other thingsDaniel Holman
Added a few completion options and some other useful things to .zsh