Dethada / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

vim screenshot

Clone this repo

git clone --bare https://github.com/PotatoDrug/dotfiles.git $HOME/.dotfiles

Add the following to your .bashrc and source it.

alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'

# optional use nvim as manpager `:h Man`
export MANPAGER='nvim +Man!'
export MANWIDTH=999

Checkout the files

# ignore untracked files
dotfiles config --local status.showUntrackedFiles no

dotfiles checkout

Run the setup script

~/setup-system.sh

Tmux

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

OSX

Use karabiner-elements to modify key mappings (Useful for using colemak layout).

About


Languages

Language:Shell 70.1%Language:Lua 29.9%