add atom config

Este commit está contenido en:
Inhji 2019-05-05 23:13:17 +02:00
padre dab5b9bc8a
commit f30486c342
Se han modificado 3 ficheros con 9 adiciones y 0 borrados

4
config/atom/init.cson Archivo normal
Ver fichero

@ -0,0 +1,4 @@
# Fix Window not being shown when starting up maximized
# https://github.com/atom/atom/issues/19066
if atom.applicationDelegate.isWindowMaximized()
atom.applicationDelegate.unmaximizeWindow()

0
config/atom/snippets.cson Archivo normal
Ver fichero

Ver fichero

@ -8,6 +8,11 @@
~/.gitignore:
force: true
path: config/git/gitignore
~/.atom/:
glob: true
path: config/atom/*
relink: true
force: true
- shell:
- [sudo apt install zsh build-essential -y, Installing base packages]