add atom config

This commit is contained in:
Inhji 2019-05-05 23:13:17 +02:00
부모 dab5b9bc8a
커밋 f30486c342
3개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제

4
config/atom/init.cson Normal file
파일 보기

@ -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()

파일 보기

파일 보기

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