Fixing windows stuff

No, I was totally not thinking of Linux at the time..... damnit
This commit is contained in:
Jesse James Isler 2022-05-03 16:59:43 +02:00
parent 16756bec3e
commit 7ff9014f58

View File

@ -9,8 +9,8 @@ Echo Installing James' Plugins
apm install atom-beautify atom-discord atom-material-syntax atom-material-syntax-dark atom-material-syntax-light atom-material-ui auto-update-plus busy-signal file-icons intentions language-batchfile language-powershell linter linter-docker linter-ui-default markdown-preview-enhanced markdown-table-formatter minimap minimap-autohider minimap-bookmarks minimap-git-diff minimap-lens minimap-selection project-manager script split-diff tab-title teletype title-bar-replacer tree-view-git-status
Echo Removing Atom Configuration
rm %userprofile%\.atom\config.cson
del %userprofile%\.atom\config.cson
Echo Copying new Atom Configuration
cp config.cson %userprofile%\.atom\config.cson
copy config.cson %userprofile%\.atom\config.cson
pause