Commit Graph

359 Commits

Author SHA1 Message Date
Donovan Glover
60c9340720
Add spec.cr and clean up Makefile 2018-01-30 23:55:05 -05:00
Donovan Glover
89b682aed6
Remove theme.cr in favor of Mica
This commit removes theme.cr in favor of Mica, a universal way to change
color schemes. This lets me better create abstractions for the scheme
changing functionality, making it easier to both add and apply color
schemes with different combinations of software.
2018-01-30 00:25:47 -05:00
Donovan Glover
04730405d5
Add libsass to PKGBUILD 2018-01-29 23:46:58 -05:00
Donovan Glover
a42e4ad4d0
Major clean up overall
This commit:

- Moves the rest of the packages from packages.sh to PKGBUILD
- Updates the README to include upstream packages instead of relying on
  our own local versions of them
- Removes the rest of the legacy install scripts
- Adds some missing config options and other useful commands to the
  README and help files
- Removes the local copy of launch-cmd in favor of upstream instead
- Moves a variety of smaller help files to other.md
- Adds fish information to other.md
- Moves automation information to install-guide.sh
- Removes the local copy of Arch Silence in favor of upstream instead
- Updates theme_helper.cr before eventually removing it in favor of Mica
2018-01-28 23:57:11 -05:00
Donovan Glover
65e0ed690a
Add base fish config, managed with stow 2018-01-27 23:57:08 -05:00
Donovan Glover
c0b2905abf
Remove pass
As much as I'd like to make a password manager, putting all the
functionality in this repository isn't going to work. With that being
said, I may or may not make an improved version of "pass" in the future.
Stay tuned!
2018-01-26 23:55:52 -05:00
Donovan Glover
b5fd0980bd
Remove maid
As much as maid was fun to write (and use!), having two separate files
for each of your dotfiles is a fundamentally flawed design. Using GNU
Stow for dotfiles is a much better way to get things done since the
files are linked: updating ~/.vimrc will automatically update the .vimrc
in your dotfiles directory, and vice versa.

Additionally, GNU Stow makes it easy to pick and choose the dotfiles
that you want to use. If you don't want to use a certain configuration
anymore, it's easy to "stow -D <config>" instead of having to manually
go into the .config directory and remove the offending files.
2018-01-25 23:38:55 -05:00
Donovan Glover
ca6d1abdd4
Remove trucolor
As much as having true color support in the terminal is cool, it doesn't
really make sense for primary output. Not all terminals support true
color and ttys don't exactly handle true color well either.
2018-01-22 23:56:03 -05:00
Donovan Glover
522e87fe31
Update polybar config
This commit:

1. Adds a border bottom
2. Removes the difference in text color for empty desktops.
   I may or may not add this back in the future.
2018-01-21 23:52:15 -05:00
Donovan Glover
6c1e088ff8
Remove trufetch
There are better programs out there like Neofetch that get the job done
and do much more. I'd rather rely on one of those programs here instead.
2018-01-20 23:54:15 -05:00
Donovan Glover
7d70e11f59
Update trufetch before removing it 2018-01-20 23:51:32 -05:00
Donovan Glover
e87a81db73
Update README and fix some typos 2018-01-20 23:50:50 -05:00
Donovan Glover
5285c1cc79
Always trim trailing whitespace 2018-01-20 23:49:22 -05:00
Donovan Glover
d36ba9ad02
Add install-guide.sh 2018-01-19 23:57:08 -05:00
Donovan Glover
4979da6474
Remove legacy install scripts 2018-01-19 23:52:05 -05:00
Donovan Glover
48c29c5d7b
Add PKGBUILD 2018-01-19 23:49:44 -05:00
Donovan Glover
825f2123b3
Add installation section to README 2018-01-19 23:47:46 -05:00
Donovan Glover
7a56abd632
Update vim keybindings 2018-01-17 23:38:14 -05:00
Donovan Glover
2be2713d75
Add ImageMagick to commands.md 2018-01-13 23:38:54 -05:00
Donovan Glover
6b74a10189
Add vim plugin for sxhkdrc 2018-01-12 23:58:38 -05:00
Donovan Glover
e823869cfd
Fix vimtex keybindings and re-add vimfiler defaults 2018-01-12 23:55:44 -05:00
Donovan Glover
621b1b03eb
Add git stash information to help/git.md 2018-01-11 19:47:08 -05:00
Donovan Glover
cc4ca3bc2c
Remove all dependencies from shard.yml 2018-01-10 23:51:37 -05:00
Donovan Glover
34167f3ff0
Toggle polybar and use screenshot.sh with sxhkd 2018-01-09 23:52:38 -05:00
Donovan Glover
a833577511
Update help files 2018-01-08 23:54:10 -05:00
Donovan Glover
3d3af828dc
Use image previews in ranger 2018-01-07 23:54:56 -05:00
Donovan Glover
2114b72689
Auto-hide the cursor when using urxvt 2018-01-06 23:57:29 -05:00
Donovan Glover
55d0d75c9a
Always use .tex as the build directory with Vimtex 2018-01-06 23:55:55 -05:00
Donovan Glover
b584f41c72
Update sxhkd to use urxvtcd 2018-01-05 23:59:57 -05:00
Donovan Glover
6f4800f396
Switch from termite to urxvt 2018-01-05 23:58:46 -05:00
Donovan Glover
44b0825919
Always use the terminal color scheme with fzf 2018-01-04 23:52:18 -05:00
Donovan Glover
5d47100a60
Add tree -L 1 to aliases.zsh 2018-01-04 23:48:21 -05:00
Donovan Glover
0f42d18129
Update bspwm and sxhkd config files 2018-01-04 23:47:14 -05:00
Donovan Glover
acd8935fb8
Update README.md with bspwm and sxhkd 2018-01-03 23:12:46 -05:00
Donovan Glover
7cbd4119ae
Add vh to aliases.zsh 2018-01-03 23:11:49 -05:00
Donovan Glover
1a74691fa2
Use neovim and waterfox by default 2018-01-03 23:10:45 -05:00
Donovan Glover
3cd1e065bd
Apply a minor wording change in vim.md 2018-01-03 23:08:42 -05:00
Donovan Glover
3c983e67a5
Switch to bspwm in .xinitrc 2018-01-03 23:07:10 -05:00
Donovan Glover
5123c9044f
Update Makefile 2018-01-03 23:06:24 -05:00
Donovan Glover
3cf2cd30ce
Remove i3 config files 2018-01-02 23:59:38 -05:00
Donovan Glover
5a26ef6ca5
Add miscellaneous changes to i3/config
Add some unpushed changes done to i3/config before removing the config
file entirely. In particular, this commit:

- Increases the size of window borders
- Adds a command to open a floating terminal
- Makes mpv windows float by default
- Adds an option to specify the minimum and maximum sizes for floating
  windows
- Adds an easy way to show/hide floating windows ("The Hidden Workspace")
- (Re)loads polybar when starting i3
2018-01-02 23:53:42 -05:00
Donovan Glover
64aaefd341
Switch to bspwm in polybar config 2018-01-02 23:52:35 -05:00
Donovan Glover
9392729040
Add base configuration for bspwm and sxhkd 2018-01-02 23:45:35 -05:00
Donovan Glover
efd9fc8858
Switch from i3-gaps to bspwm + sxhkd 2018-01-02 23:43:18 -05:00
Donovan Glover
1543e2c40b
Add fd-rs to packages.sh 2018-01-02 23:39:15 -05:00
Donovan Glover
a9381491a3
Add configuration for mpd and ncmpcpp 2018-01-01 21:56:11 -05:00
Donovan Glover
d79d92c0b9
Switch from cmus to mpd + mpc + ncmpcpp 2018-01-01 21:50:57 -05:00
Donovan Glover
0ef785bc4f
Switch from ag (the_silver_searcher) to rg (ripgrep) 2017-12-31 22:42:06 -05:00
Donovan Glover
55abdf0757
Add a list of software to README.md 2017-12-31 21:55:44 -05:00
Donovan Glover
bb7db5210d
Add theme preview support 2017-12-31 21:34:29 -05:00