Skip to content

cnadiminti/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Code Climate Test Coverage Issue Count

Chandra does dotfiles

These dotfiles are to personalize my system. They have been evolving along with my software development experience.

I have been using them so far on Ubuntu and Mac OS X.

Features

Aliases

Alias Command
ll ls -alF
la ls -A
l ls -CF
c clear
p pwd
h history
x exit
pyclean find . -name "*.pyc" -exec rm {} ;
trimright sed -ie "s/ {1,}$//"
docker-codeclimate docker run -it --rm --env CODECLIMATE_CODE="$PWD" -v "$PWD":/code -v /var/run/docker.sock:/var/run/docker.sock -v /tmp/cc:/tmp/cc codeclimate/codeclimate
swagger-editor docker run -it --rm -p 8080:8080 swaggerapi/swagger-editor
docker-rake-build docker run -it --rm -v $(pwd):/root -w /root ruby:2.3 bash -c "bundle install && bundle exec rake spec build"

Functions

Function Usage Notes
clone_github_user_repos clone_github_user_repos <github-user> Creates Directory(<github-user>) and clones all the repositories
clone_github_org_repos clone_github_org_repos <github-org> Creates Directory(<github-org>) and clones all the repositories
git_project_fetch git_project_fetch <dir> git fetch all the repos inside <dir>
git_project_pull git_project_pull <dir> git pull all the repos inside <dir>
clone_bitbucket_proj clone_bitbucket_proj <bitbucket-proj> Creates Directory(<bitbucket-proj>) and clones all the repositories
docker_rmi_none docker_rmi_none Delete all the images with <none> tag

Applications/Tools

Install

To install just dotfiles:

git clone https://github.com/cnadiminti/dotfiles.git
cd dotfiles/bin
./install.sh

To install dotfiles and Applications/Tools :

git clone https://github.com/cnadiminti/dotfiles.git
cd dotfiles/bin
./install.sh -a

References

About

dotfiles to personalize my work environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published