Skip to content

youshy/dotfiles

Repository files navigation

.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).

Releases

No releases published

Packages

No packages published