Skip to content

rubenleikarnes/dotfiles

Repository files navigation

dotfiles

My startingpoint is was mostly a fork of Mathias Bynens' bash files wich I've now stopped using since I've gone over to use Zsh. My Sublime config have been evolving over the past few years. Tmux inspiration from xero and Ahmed El Gabri. My NVim was a fork of Harry Roberts', and some inspiration from Nick Nisi.

Requirements

coreutils
fish
git
nvim

Install

Set default shell in System Preferences  \'/usr/local/bin/fish\'
git clone --recursive git://github.com/rub1/dotfiles.git $HOME/dotfiles
git submodule update --init --recursive

Use the link.sh file to install all '.symlink' files.

sh ./link.sh

Restart terminal session

Brew

cd ~/dotfiles
brew bundle

nvim

Uses kickstart.nvim with smaller changes and a few plugins

Tmux

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

Press prefix + I (capital i, as in Install) to fetch the plugin.

Terminal settings

FOR  ACTION         SEND
⌘←  "SEND HEX CODE"      0x01
⌘→  "SEND HEX CODE"      0x05
⌥←  "SEND ESC SEQ"  b
⌥→  "SEND ESC SEQ"  f

Sources