GOAWMLDLQBSRTG6XJQL24KBJTUNDRKA43MUZBO5QISKR6AI57CQQC
LEY3QGCOMNZLJFZ5JQBSAUAZIJ7JRTMRFQADOG3EUPLNDZZB2YZQC
57YU55IK55Q4QDV45LD3ILNQDQV46NKLYK3HS6VWR2SDTOFSYXKAC
73ADP3OYJPH4DOQU3G3VS4T66GCP5EQF5FWRRLTLCTSTDGHCEAUQC
4A3FW2VDYDAXR74HTARJGTV46CJPBY4FCSY7OOBXLRJEQFA5WISAC
674WSHB4WR6RY67PKK53GYUBY22BRMFHYNRLOTWE66CWJI2RNMJAC
T43Q2EZ2JQWK4WMW7RRYU7MNP3QJJXW4BQKIQMRYFCGKHL7FJ7SQC
if zsh start up is really slow, first try restarting computer, then try running zsh with `zsh -lvx`. LPT if on iterm put that as the start command in a profile
you have to symlink the layer into ~/.emacs.d/private/
then add the name of the layer into `~/.spacemacs` in `dotspacemacs-configuration-layers`
like this:
```
dotspacemacs-configuration-layers
'(
personal-layer
... a bunch of stuff already here and comments
)
```
NOTE: we do not sync the .spacemacs file with vcs cause it's a pain in the ass and stores a lot of state.
Just init emacs for the first time, choose the basic normal settings, add the layer then restart emacs.