Skip to content

Releases: pongstr/dotfiles

0.5.0-alpha just dotfiles

09 Nov 16:31
bd068b3
Compare
Choose a tag to compare
Pre-release
update bootstrap.sh + README.md

0.4.1 unreleased

06 Nov 10:16
Compare
Choose a tag to compare
0.4.1 unreleased Pre-release
Pre-release

tagged for safekeeping.

0.4.x unreleased updates

06 Nov 10:14
Compare
Choose a tag to compare
Pre-release

tagged for safekeeping

0.4.0

26 Jan 16:22
Compare
Choose a tag to compare
finalize 0.4.0

0.1.15 - Improved `.gituser`

27 Jul 21:22
Compare
Choose a tag to compare

Install

  • dont display response headers after saving
    ssh-key to providers (github, bitbucket).
  • clean up unused line
  • bumped version
# download latest from Github
$ curl -L -O https://github.com/pongstr/dotfiles/archive/0.1.15.zip

# unzip the file and move to $HOME directory
unzip 0.1.15.zip && mv dotfiles-0.1.15 ~/.dotfiles

# run bootstrap!
sh ~/.dotfiles/bootstrap.sh

0.1.14 Fix ST3 Package Control Installation

14 Jul 08:04
Compare
Choose a tag to compare

Install

# download latest from Github
$ curl -L -O https://github.com/pongstr/dotfiles/archive/0.1.14.zip

# unzip the file and move to $HOME directory
unzip 0.1.14.zip && mv dotfiles-0.1.14 ~/.dotfiles

# run bootstrap!
sh ~/.dotfiles/bootstrap.sh

0.1.13

12 Jul 07:45
Compare
Choose a tag to compare
  • .gituser: instead of copy+pasting generated ssh-keys manually, it POSTs generated ssh-key to Github or Bitbucket for more convenience. 7dce846
  • .*rcs: make run commands work with boxen 799104a
  • .casks: added spotify, removed uTorrent and replace it with Deluge. f358885
  • .subl: updates and better installing preferences

Install

# download latest from Github
$ curl -L -O https://github.com/pongstr/dotfiles/archive/0.1.13.zip

# unzip the file and move to $HOME directory
unzip 0.1.13.zip && mv dotfiles-0.1.13 ~/.dotfiles

# run bootstrap!
sh ~/.dotfiles/bootstrap.sh

0.1.12

21 Jun 07:53
Compare
Choose a tag to compare
  • #9 .gituser is not accepting answers
  • #8 .osx fix ios simulator link
  • #7 .bootstrap & .osx remove back ticks

Install

# download latest from Github
$ curl -L -O https://github.com/pongstr/dotfiles/archive/0.1.12.zip

# unzip the file and move to $HOME directory
unzip 0.1.12.zip && mv dotfiles-0.1.12 ~/.dotfiles

# run bootstrap!
sh ~/.dotfiles/bootstrap.sh

0.1.11

30 May 13:24
Compare
Choose a tag to compare

Updates to Workflow

  • .casks: Added brew services
  • .casks: Added robomongo
  • .gituser: option to jump to a specific task
  • removed java-related installations
  • removed mamp

Install

# download latest from Github
$ curl -L -O https://github.com/pongstr/dotfiles/archive/0.1.11.zip

# unzip the file and move to $HOME directory
unzip 0.1.11.zip && mv dotfiles-0.1.11 ~/.dotfiles

# run bootstrap!
sh ~/.dotfiles/bootstrap.sh

Chore updates

16 May 11:36
Compare
Choose a tag to compare

RVM, Shell, PackageControl update

  • removed .rvm installation moved to bootstrap
  • fixed rvm warning: path not properly set
  • updated PackageControl
  • added gulp to .npm

Install

# download latest from Github
$ curl -L -O https://github.com/pongstr/dotfiles/archive/0.1.10.zip

# unzip the file and move to $HOME directory
unzip 0.1.10.zip && mv dotfiles-0.1.10 ~/.dotfiles

# run bootstrap!
sh ~/.dotfiles/bootstrap.sh