Skip to content

emottk/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

This is a set of personal dotfiles for Bash and Atom, to be used on any computer.

Installation

mkdir -p ~/workspace && cd ~/workspace
git clone git@github.com:emottk/dotfiles.git
ln -s ~/workspace/dotfiles/.bash_profile ~
ln -s ~/workspace/dotfiles/config.cson ~/.atom/
ln -s ~/workspace/dotfiles/.pylintrc ~
ln -s ~/workspace/dotfiles/.gitconfig ~

Bash

.bash_profile specifies the $PATH used, as well as enabling the virtualenv tool which creates individual and isolated Python environments for web development. More information on virtualenv here.

Atom

config.cson holds specific preferences for the text editor Atom, including modifications for working in Python.

Pylint

.pylintrc specifies error preferences for Pylint.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages