Digital Craftsman
  • Search
Sign in Subscribe

configuration

A collection of 4 posts
zsh agnoster theme without hostname
console

zsh agnoster theme without hostname

I really like the agnoster theme [https://github.com/agnoster/agnoster-zsh-theme] for my terminal. But the hostname is just to long and not really useful on your local machine. That's why I searched for a way to remove it. And it's quite easy: Just remove the
05 Oct 2017 1 min read
NPM without progress bar
npm

NPM without progress bar

We all know that NPM can be quite slow. The progress that is shown on installing new packages also takes a huge part of the total time. So disabling it will make the process itself a lot faster. To do so run the following command: $ npm set progress=false
27 Jul 2017
Always login to ssh with the id_rsa ssh key
ssh

Always login to ssh with the id_rsa ssh key

A neat little trick to always login with ssh via a the id_rsa ssh key on mac is to put the following line at the end of your config file: Host * UseKeychain yes This way when you setup any other ssh config before that it will still use whatever
20 Jul 2017
Use environment variables as Symfony parameters
symfony

Use environment variables as Symfony parameters

I had a case where I wanted to store a configuration into a vhost environment variable. But how to get this into your symfony parameters? There is a special environment variable prefix in Symfony which will automatically be converted into a parameters variable. It is SYMFONY__. The prefix will be
14 Sep 2015 1 min read
Page 1 of 1
Digital Craftsman © 2025
  • Datenschutz
  • Impressum
Powered by Ghost