Skip to content

GabLoyer/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Installation

  1. Clone repo into new hidden directory
git clone https://github.com/GabLoyer/dotfiles.git ~/.dotfiles
  1. Run the install script
  2. Install Homebrew formulae

When setting up a new Mac, you may want to install some common Homebrew formulae (and HomeBrew itself):

./brew.sh

Pyenv

To use pyenv, you first need to install a python version:

pyenv install <python-version>

Then, you can create a virtual environment for that python version

pyenv virtualenv <python-version> <env-name>

Once create, you can enter the virtual environment, either:

  • In the current session: `pyenv activate
  • Whenever in the current folder: `pyenv local <env.name>
  • Globally: `pyenv global

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors