A simple dotfiles utility you can use to bootstrap a new dev environment

lewisflude

Lewis Flude

Posted on November 13, 2019

A simple dotfiles utility you can use to bootstrap a new dev environment

Get the dotfiles here: https://github.com/lewisflude/.dotfiles

Recently, I consolidated and simplified my config files for zsh, vim and tmux and created a simple shell script to symlink them to the home directory. Please feel free to fork, tweak and use yourself!

Get started by pulling down this repo to your home directory, cd in and run ./bootstrap.sh to begin the bootstrapping process.

This will install:

  • Brew
  • Zsh
  • Tmux
  • Nvm + latest version of node
  • Alacritty (ultra-fast terminal emulator)

After those are installed symlinks will be added for configs for zsh, vim, tmux and alacritty. You can edit these to your preferences, and they should automatically work!

Any feedback would also be massively appreciated!

💖 💪 🙅 🚩
lewisflude
Lewis Flude

Posted on November 13, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related