Commit Graph

2213 Commits

Author SHA1 Message Date
Donovan Glover
c06e4a51c3 Add finding bad commits section to git.md 2018-04-12 12:09:27 -04:00
Donovan Glover
bd00aa2a21 Add working with audio section to commands.md 2018-04-12 00:06:25 -04:00
Donovan Glover
ebb7e869b0 Update vim.md 2018-04-12 00:05:48 -04:00
Donovan Glover
b03f06fed1 Update feh config and .xinitrc 2018-04-11 23:34:26 -04:00
Donovan Glover
3da69d1dcb Add exports to fish config 2018-04-11 23:25:38 -04:00
Donovan Glover
1b50104a23 Update colors
This color scheme is called Circus. It can be found here:

https://github.com/stepchowfun/base16-circus-scheme
2018-04-11 23:01:12 -04:00
Donovan Glover
520bb800ce Update config files for polybar, bspwm, and sxhkd
polybar:

- Properly referenced all the xrdb colors
- Decreased the height of the bar to 85 while floating
- Made the border color translucent
- Added line-size (gives line emphasis to modules)

bspwm:

- Decreased window_gap (aka increased the working space)
- Added presel_feedback_color (used when selecting where to open
  new windows)

sxhkd:

- Added super + shift + return to start a new tmux session
- Updated polybar show / hide with new top_padding value
- Added keybind for the private flag
2018-04-11 22:41:57 -04:00
Donovan Glover
f5b307c9ac Update vim config
Added the vim-markdown plugin and fixed an issue where neovim would
prevent the terminal cursor from blinking after exiting from it.
2018-04-09 17:28:48 -04:00
Donovan Glover
6870b3c9e6 Move user.js to stow 2018-04-09 16:28:02 -04:00
Donovan Glover
774fc47788 Remove unused files
These files aren't needed anymore.
2018-04-09 16:18:01 -04:00
Donovan Glover
30d522867a Add neofetch config 2018-04-09 16:03:11 -04:00
Donovan Glover
32b5ad3222 Move .zprofile to stow 2018-04-09 14:17:49 -04:00
Donovan Glover
1b3074c998 Update compton.conf 2018-04-09 00:26:27 -04:00
Donovan Glover
bbb29cef1a Update install-guide.sh 2018-04-08 16:37:47 -04:00
Donovan Glover
ef852871b4 Move .gitignore to stow 2018-04-08 16:34:24 -04:00
Donovan Glover
8d99787683 Remove spec.cr
This really isn't needed, and there are better ways to handle this.
2018-04-08 16:32:48 -04:00
Donovan Glover
13348af4a0 Update .aliases.sh 2018-04-08 16:30:53 -04:00
Donovan Glover
e24133b03f Add new tmux config
This commit adds my new tmux config since I now know
how to use the majority of features properly now.
2018-04-08 16:24:46 -04:00
Donovan Glover
9f142b0615 Re-add termite config
Since my dotfiles are now managed with stow, this makes it easier
to include the termite config as needed.
2018-04-08 16:14:25 -04:00
Donovan Glover
5441345fe4 Clean up README.md
Made the README shorter and easier to go through.
2018-04-08 16:06:02 -04:00
Donovan Glover
215911db61 Add avidemux-cli, sox, and tmux to PKGBUILD 2018-04-08 16:00:55 -04:00
Donovan Glover
500983f369 Fix the fish prompt
set_color must be normal here to avoid the next character
not being the default color.
2018-04-08 16:00:15 -04:00
Donovan Glover
0ebdcc5279 Add dig to commands.md 2018-03-14 23:45:45 -04:00
Donovan Glover
9f38efd9f2 Add bind-tools to PKGBUILD 2018-03-14 23:44:36 -04:00
Donovan Glover
977b229caa Change fd-rs to fd
The package fd-rs was renamed to fd upstream.
2018-03-13 23:57:38 -04:00
Donovan Glover
ff34eb6a71 Remove ca-cert-file from gpg.conf
Newer versions of GPG automatically include this certificate by default.
2018-03-11 23:48:52 -04:00
Donovan Glover
cb2773f429 Make polybar float
This commit makes polybar float instead of just cover the top portion of
the screen. In the future, it may be useful to easily change between
these designs, likely using separate bars for each layout.

This commit also adds a way to highlight and / or underline the
different modules.
2018-03-06 23:43:36 -05:00
Donovan Glover
7175867a54 Add how to undo a git rebase to help/git.md 2018-03-06 00:52:14 -05:00
Donovan Glover
b3020e8712 Add CSV, Jinja2, mustache, and handlebars support to vim 2018-03-04 23:38:23 -05:00
Donovan Glover
9ef71eb28c Update help/commands.md 2018-03-03 23:37:56 -05:00
Donovan Glover
8327e48c44 Update .aliases.sh and bspwmrc 2018-03-02 23:58:19 -05:00
Donovan Glover
e69ea9fa14 Move youtube-dl to stow 2018-03-01 23:58:59 -05:00
Donovan Glover
a95416a088 Move sxhkd, xinit, and gnupg to stow 2018-02-27 23:04:08 -05:00
Donovan Glover
38c2f28fba Move vim and neovim to stow 2018-02-27 20:31:44 -05:00
Donovan Glover
d90a303312 Move ranger, polybar, and w3m to stow 2018-02-27 15:08:59 -05:00
Donovan Glover
67f07825fc Move mpv, feh, and bspwm to stow 2018-02-27 01:23:19 -05:00
Donovan Glover
3b9cf6ec8f Move rtv, xmodmap, and zathura to stow 2018-02-27 01:11:50 -05:00
Donovan Glover
a2f5bc333b Move compton, mpd, and ncmpcpp to stow 2018-02-27 00:34:47 -05:00
Donovan Glover
ce70ea53e9 Major refactor to the modularity between shells
This commit:

- Moves aliases to .aliases.sh. Aliases can now be used with
  both zsh and fish.
- Adds the ability to automatically create an upstream remote
  with the hub function.
- Finalizes the fish prompt to be consistent with zsh.
2018-02-26 23:56:29 -05:00
Donovan Glover
8f5ac166e5 Move ctags and dircolors to stow 2018-02-25 23:59:10 -05:00
Donovan Glover
f36354333a Add git branch -m to help/git.md 2018-02-24 23:30:44 -05:00
Donovan Glover
eabf6fb6e7 Move mailcap to stow 2018-02-23 22:40:55 -05:00
Donovan Glover
87bfbd64ef Move fontconfig to stow 2018-02-20 23:42:18 -05:00
Donovan Glover
dd6cbe1ae8 Make the stow directory the root directory 2018-02-20 23:36:11 -05:00
Donovan Glover
d02e817363 Manage .Xresources with stow 2018-02-19 23:52:58 -05:00
Donovan Glover
a5c191622f Update PKGBUILD spec 2018-02-17 23:53:39 -05:00
Donovan Glover
f88a5e0700 Remove userChrome.css
Right now I'm not using a userChrome.css. This file is empty and does
not add much to the repository.
2018-02-16 23:55:28 -05:00
Donovan Glover
571f926955 Add pattern matching commands to vim.md 2018-02-14 23:24:27 -05:00
Donovan Glover
36a8d263ac Upgrade the partition size 2018-02-07 23:57:02 -05:00
Donovan Glover
c30d2cf240 Add ghc and xdg-user-dirs to PKGBUILD 2018-02-06 17:31:13 -05:00