youshy / dotfiles

all config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.dotfiles

Nothing special, you know...

TMUX on iTerm2 startup

tmux ls && read tmux_session && tmux attach -t ${tmux_session:-default} || tmux new -s ${tmux_session:-default}

Neovim

Neovim goes to ~/.config/nvim/init.vim

Getting fonts in

Download the font you like from here, mkdir ~/.fonts, unzip there and rebuild the cache using fc-cache -f -v (On Ubuntu).

About

all config


Languages

Language:Vim Script 52.2%Language:Shell 47.8%