Skip to content

SimenHolmestad/.dotfiles

Repository files navigation

Dotfiles

My dotfiles for Mac. These are based on the dotbot bootstrapper. This readme contains information on how to setup the dotfiles as well as other processes which needs to be done.

Installation process

On a new mac, start by running

xcode-select --install

To get git and stuff.

Setting up git properly

Setting up git with ssh is described in this guide.

Create a new ssh key by doing:

ssh-keygen -f ~/.ssh/github_rsa

Then copy the key by doing:

cat ~/.ssh/github_rsa.pub| pbcopy

Finally, upload the key to: https://github.com/settings/keys

Cloning the repo

After setting up git, clone the repo by doing:

git clone git@github.com:SimenHolmestad/.dotfiles.git

installing the dotfiles

To setup everything correctly, do

sh install

This might take some time.

More stuff to do

Below are some configurations steps which were hard to automate.

Finish configuring rectangle

Open rectangle app and import the rectangle preferences json file.

Setup intellij

Make sure ideavim, ideavim-easymotion and AceJump are installed.

Install Adobe software

If necessary.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published