Skip to content

r3dcrosse/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

34 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

dotfiles

🌈 My personal dotfiles πŸš€

A repo of my personal dotfiles. Probably best used on MacOS, but you most likely know what you're doing.

🌈 Usage πŸš€

Copy the contents of install.sh into a file on your Mac.

curl -O https://raw.githubusercontent.com/r3dcrosse/dotfiles/latest/install.sh

Save the file and make sure you set executable permissions

chmod +x install.sh

Now let's start installing stuff. Run ./install.sh to get a list of all the commands:

🌈  dotfiles πŸš€ $ ./install.sh
######################################################################
install.sh
	This script installs my basic setup for macOS

Usage:
  base                      - setup sources & install base packages
  apps                      - install ALL the macOS apps I need
  lolz                      - install lolcat python script for 🌈 πŸ³οΈβ€πŸŒˆ
  atom_packages             - uses apm to install atom packages I use
  web_browsers              - installs Google Chrome and Firefox
  get_dotfiles              - clones my dotfiles from GitHub
  link_dotfiles             - creates symlinks for dotfiles
######################################################################
🌈  dotfiles πŸš€ $

Start with the base command. You will get a prompt that you need to accept. This installs xcode-tools (git, make, gcc, etc.,) and also installs homebrew, Homebrew-Cask, and nodejs.

./install.sh base

🌈 Installing macOS apps and settings πŸš€

Let's install macOS apps now:

./install.sh apps

Atom packages:

./install.sh atom_packages

Web browsers (Google Chrome and Firefox):

./install.sh web_browsers

lolcats (python script for πŸ³οΈβ€πŸŒˆ terminal output):

./install.sh lolz

🌈 Downloading and linking dotfiles πŸš€

Clone my dotfiles repo:

./install.sh get_dotfiles

Create symlinks for my dotfiles:

./install.sh link_dotfiles

About

🌈My personal dotfiles πŸš€

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages