Removed atom config and setup
This commit is contained in:
parent
f4e667c2c0
commit
df5c1a0a64
@ -1,24 +0,0 @@
|
|||||||
"*":
|
|
||||||
core:
|
|
||||||
telemetryConsent: "no"
|
|
||||||
themes: [
|
|
||||||
"nord-atom-ui"
|
|
||||||
"nord-atom-syntax"
|
|
||||||
]
|
|
||||||
titleBar: "custom"
|
|
||||||
editor:
|
|
||||||
fontFamily: "Source Code Pro"
|
|
||||||
lineHeight: "1.4"
|
|
||||||
showIndentGuide: true
|
|
||||||
showInvisibles: true
|
|
||||||
softWrap: true
|
|
||||||
softWrapHangingIndent: 1
|
|
||||||
tabType: "hard"
|
|
||||||
minimap:
|
|
||||||
plugins:
|
|
||||||
cursorline: true
|
|
||||||
cursorlineDecorationsZIndex: 0
|
|
||||||
pigments: true
|
|
||||||
pigmentsDecorationsZIndex: 0
|
|
||||||
welcome:
|
|
||||||
showOnStartup: false
|
|
@ -1,8 +0,0 @@
|
|||||||
color-picker
|
|
||||||
markdown-preview-enhanced
|
|
||||||
minimap
|
|
||||||
minimap-cursorline
|
|
||||||
minimap-pigments
|
|
||||||
nord-atom-syntax
|
|
||||||
nord-atom-ui
|
|
||||||
pigments
|
|
@ -57,7 +57,6 @@ brew "zsh-completions"
|
|||||||
## cask formulae
|
## cask formulae
|
||||||
cask "alfred"
|
cask "alfred"
|
||||||
cask "arq"
|
cask "arq"
|
||||||
cask "atom"
|
|
||||||
cask "balenaetcher"
|
cask "balenaetcher"
|
||||||
cask "bartender"
|
cask "bartender"
|
||||||
cask "bitbar"
|
cask "bitbar"
|
||||||
|
@ -239,9 +239,6 @@ find $MAC_NATIVEFIERTMP -depth 2 -name "*.app" -exec cp -rf {} /Applications \;
|
|||||||
|
|
||||||
rm -rf $MAC_NATIVEFIERTMP
|
rm -rf $MAC_NATIVEFIERTMP
|
||||||
|
|
||||||
echo ">>> Setting up Atom"
|
|
||||||
apm install --packages-file ${HOME}/.atom/pkg.list
|
|
||||||
|
|
||||||
echo ">>> Setting up VSCodium"
|
echo ">>> Setting up VSCodium"
|
||||||
mkdir -p "${HOME}/Library/Application Support/VSCodium/User"
|
mkdir -p "${HOME}/Library/Application Support/VSCodium/User"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user