Move atom config
parent
4407e35765
commit
9a2145e2d1
|
@ -1,3 +0,0 @@
|
||||||
# Atom config
|
|
||||||
|
|
||||||
Quick and dirty Atom config for live-coding (Tidalcycles, Hydra.js).
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
# Atom config
|
||||||
|
|
||||||
|
Quick and dirty Atom config for live-coding (Tidalcycles, Hydra.js).
|
||||||
|
|
||||||
|
## Setup
|
||||||
|
|
||||||
|
Note: by default Atom uses `$HOME/.atom` as its config directory, to use
|
||||||
|
`$HOME/.config/atom` add a global environment variable `ATOM_HOME`
|
||||||
|
|
||||||
|
E.g. for arch you can add `export ATOM_HOME=$HOME/.config/atom` to the
|
||||||
|
following file
|
||||||
|
|
||||||
|
`/etc/profile.d/atom.sh`
|
Loading…
Reference in New Issue