Skip to content

Instantly share code, notes, and snippets.

@mircealungu
Created May 15, 2014 12:53
Show Gist options
  • Save mircealungu/cda15e85c8c052daa1cd to your computer and use it in GitHub Desktop.
Save mircealungu/cda15e85c8c052daa1cd to your computer and use it in GitHub Desktop.
Pharo startup settings
StartupLoader default executeAtomicItems: {
StartupAction
name: 'Accounts'
code: [
Author fullName: 'MirceaLungu'.
MCRepository class compile: 'settings ^Settings ifNil: [ Settings := Dictionary new.]'.
MCRepository settings
at: 'account1'
put: '*smalltalkhub.com* MirceaLungu:password' ]
runOnce: true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment