10000 GitHub - lukebrobbs/dotfiles: My dotfiles
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lukebrobbs/dotfiles

Repository files navigation

Dotfiles

These are my config files used on my development machines.

Before setting up the dotfiles, ensure homebrew is downloaded:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

I am utilizing chezmoi. To get started, you will need to download the dotlaptop.local file:

cd ~
curl --remote-name https://raw.githubusercontent.com/lukebrobbs/dotfiles/main/dot_laptop.local
mv dot_laptop.local .laptop.local
./.laptop.local

Other tools to install

Oh My Zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

On the new machine

Once all your machines are set up, keeping the dotfiles in sync between them is very easy. If you make any changes to the dotfiles on one machine, you push them to GitHub, and then all you have to do on the other machines is:

chezmoi update

About

My dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0