add atom config

Dieser Commit ist enthalten in:
Inhji 2019-05-05 23:13:17 +02:00
Ursprung dab5b9bc8a
Commit f30486c342
3 geänderte Dateien mit 9 neuen und 0 gelöschten Zeilen

4
config/atom/init.cson Normale Datei
Datei anzeigen

@ -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 Normale Datei
Datei anzeigen

Datei anzeigen

@ -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]