kaofelix / dotfiles

Invisible files that make a computer mine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kao Felix's Dotfiles

If I'm reading this, it means I'm in a new laptop and want to setup my stuff. To be able to clone it properly (meaning, I'll want to change it), I need to add a new SSH key first.

I'm using macOS, so I need brew if I don't have it yet.

I'll also need to install oh-my-zsh.

There's a Brewfile with a handy list of tools that I use. I can run

brew bundle install

to add everything in one go (including Emacs). After that, it would be a good idea to clone my Emacs config to .emacs.d to have all the goodness.

git clone git@github.com:kaofelix/kao-emacs-config.git

Then I can stowmy zsh stuff to it's proper place

stow zsh -t ~/

Now I'm home again.

About

Invisible files that make a computer mine


Languages

Language:Shell 87.1%Language:Ruby 12.9%