dotmatrix icon indicating copy to clipboard operation
dotmatrix copied to clipboard

Hashrocket Dot Files

Results 8 dotmatrix issues
Sort by recently updated
recently updated
newest added

I've been digging through the `.tmux.conf` file recently. There are [a couple lines designated as copy/paste interop](https://github.com/hashrocket/dotmatrix/blob/master/.tmux.conf#L32-L34): ``` # Copy/paste interop bind C-c run "tmux show-buffer | reattach-to-user-namespace pbcopy" bind...

### What A convenience function that allows you to quickly source a configuration file scoped to your own handle (e.g. `.vimrc.pcapel`). ### Why Sometimes working using another developer's configuration options...

Reorganize and document the current plugins for vim. We remove the mxw/vim-jsx plugin as it is deprecated and broken according to the [README](https://github.com/mxw/vim-jsx). The replacement is the [suggested plugin](https://github.com/MaxMEllon/vim-jsx-pretty). Additionally...

# Expected Behavior: Given a hung rails server When I run `freethousand` Then it kills the process running my rails server. # Observed Behavior: Given a hung rails server When...

## Expectation: Given I am a person who wants to install `dotmatrix` When I run the `bin/install` script after cloning the repo Then I should be able to run vim...

There's currently a bundler config file in`.bundle/config`. @mattpolito and I believe the symlinking script in `bin/file_list.sh` is the issue. Should we come up with a better way to symlink files?...

We gain similar functionality from these plugins that are more community driven. This feels like a great base. I started the base by commenting out all tmux config and removing...

I recently switched my zsh plugin manager to zplug which is a wonderful and fast plugin manager for zsh. It also allows pulling binaries or zsh files from other git...