This website works better with JavaScript.
Home
Help
Sign In
inhji
/
dotfiles
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add atom config
master
Inhji Y.
1 year ago
parent
dab5b9bc8a
commit
f30486c342
3 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
config/atom/init.cson
+0
-0
config/atom/snippets.cson
+5
-0
install.conf.yaml
+ 4
- 0
config/atom/init.cson
View 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()
+ 0
- 0
config/atom/snippets.cson
View File
+ 5
- 0
install.conf.yaml
View File
@@ -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]
Write
Preview
Loading…
Cancel
Save