Releases: pongstr/dotfiles
Releases · pongstr/dotfiles
0.5.0-alpha just dotfiles
update bootstrap.sh + README.md
0.4.1 unreleased
tagged for safekeeping.
0.4.x unreleased updates
tagged for safekeeping
0.4.0
0.1.15 - Improved `.gituser`
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
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
.gituser
: instead of copy+pasting generated ssh-keys manually, itPOST
s 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
- #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
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
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