Skip to content

My dotfiles and a simple python script to manage the symlinks

Notifications You must be signed in to change notification settings

cameronhr/dotfiles

 
 

Repository files navigation

A collection of my dotfiles, as well as other customization steps to be taken when setting up a new OSX or Linux environment.

Installation

You can pipe the install script directly to bash with the following (if you aren't me, you probably want to be careful doing this and understand what this script does before running it on your machine).

curl -fL https://raw.githubusercontent.com/cameronhr/dotfiles/main/init.sh | bash

Run it from the directory that you want the dotfiles repo cloned into.

Other

Ubuntu:

  1. Correct vim solarized colour display in Terminal: Open a Terminal window and modify the Profile (Edit -> Preferences -> Profiles in Ubuntu 18.04) Select 'Solarized Dark' for both 'Built-in schemes' and 'Palette'
  2. Bind Control_L to Caps_Lock: Install Tweaks tool: sudo apt-get install -yq gnome-tweak-tool && gnome-tweaks Click through: 'Keyboard & Mouse -> Additional Layout Options -> Caps Lock behavior'

OS X:

  1. Remap caps lock to ctrl: System Preferences -> Keyboard -> Modifier Keys
  2. Turn off the dumb Force Click / haptic feedback garbage in the trackpad: System Preferences -> Trackpad

About

My dotfiles and a simple python script to manage the symlinks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 94.1%
  • Shell 3.2%
  • Lua 2.7%