GitXplorerGitXplorer
i

dotfiles

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
477e5d4e75a1cd5c7c78d699d0fb25b4102b7d0c

Updated brewfile

iiainbeeston committed 3 years ago
Unverified
1f7f55287c62a260a258054f10df385a6f1706c6

Made line-numbers a default option for icdiff

iiainbeeston committed 3 years ago
Unverified
264f8547e9684bd9ff5acaaaef53d08622c66a59

Removed emerge as the merge tool

iiainbeeston committed 3 years ago
Unverified
743c7725538e9f84a75cb3030cb1ed0072a6ab18

Enabled concurrent downloads in gemrc

iiainbeeston committed 3 years ago
Unverified
c4c77b1424ad5a7fa14fd88e7c6889bf4300b7d1

Added finicky config

iiainbeeston committed 3 years ago
Unverified
39fb6d405991b3f5571b2aef0730ef9d9b07c8e3

Stripped out work-specific words from dictionary

iiainbeeston committed 3 years ago

README

The README file for this repository.

Iain's dotfiles

These are the dotfiles I use. Symlink them into place to use them.

Extras

OS X

To set up homebrew zsh as the default shell:

brew install zsh
sudo echo '/usr/local/bin/zsh' >> /etc/shells
chsh -s /usr/local/bin/zsh

Ubuntu

Setup MacBook Pro broadcom wifi drivers

sudo apt install bcmwl-kernel-source

Install mbpfan, to enable MacBook fan control

wget https://github.com/dgraziotin/mbpfan/archive/master.zip

Install tlp, to enable better laptop power savings

sudo apt install tlp

Remap caps lock and command to control

gsettings set org.gnome.desktop.input-sources xkb-options "['ctrl:nocaps', 'altwin:ctrl_win']"