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]