Skip to content

tracehelms/laptop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Laptop Setup Script

This script will install everything you need to start developing on a Mac laptop.

Running the Script

Download the script:

curl --remote-name https://raw.githubusercontent.com/tracehelms/laptop/master/setup_laptop

Run the script:

sh setup_laptop 2>&1 | tee ~/laptop.log

Optionally, review the log:

less ~/laptop.log

What It Installs

System-level Tools

  • Homebrew
  • AWS CLI
  • Watchman
  • Diff-so-fancy

Languages

  • asdf language version manager
  • Erlang
  • Elixir
  • Node.js
  • Ruby
  • Rust
  • Python 3

Databases

  • Postgres
  • Redis

Vim Stuff

  • Neovim
  • Vundle
  • fzf

Dotfiles

Optionally, install my dotfiles also.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages