Skip to content

Latest commit

 

History

History

.config

dotfiles

My personal dotfiles

On a new machine

# install all brew dependencies
brew bundle

# copy dotfiles to the appropriate places
make

# make fish the new default
chsh -s /usr/local/bin/fish

# setup vim-plug
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

# generate and add new SSH key:
https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent

# open vim and install all plugins
:PlugInstall

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

# enable font smoothing
defaults -currentHost write -g AppleFontSmoothing -int 2

# enable dark mode notify service
launchctl load -w ~/Library/LaunchAgents/io.echo.notify.plist