From df5c1a0a64b33ed4707e3f1b042df0324a33bca4 Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Thu, 24 Sep 2020 21:13:49 +0200 Subject: [PATCH] Removed atom config and setup --- .atom/config.cson | 24 ------------------------ .atom/pkg.list | 8 -------- init/Brewfile | 1 - init/mac.sh | 3 --- 4 files changed, 36 deletions(-) delete mode 100644 .atom/config.cson delete mode 100644 .atom/pkg.list diff --git a/.atom/config.cson b/.atom/config.cson deleted file mode 100644 index 2c6a23d..0000000 --- a/.atom/config.cson +++ /dev/null @@ -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 diff --git a/.atom/pkg.list b/.atom/pkg.list deleted file mode 100644 index 6592d23..0000000 --- a/.atom/pkg.list +++ /dev/null @@ -1,8 +0,0 @@ -color-picker -markdown-preview-enhanced -minimap -minimap-cursorline -minimap-pigments -nord-atom-syntax -nord-atom-ui -pigments diff --git a/init/Brewfile b/init/Brewfile index 9410b79..393524a 100644 --- a/init/Brewfile +++ b/init/Brewfile @@ -57,7 +57,6 @@ brew "zsh-completions" ## cask formulae cask "alfred" cask "arq" -cask "atom" cask "balenaetcher" cask "bartender" cask "bitbar" diff --git a/init/mac.sh b/init/mac.sh index 8bef89d..709d487 100755 --- a/init/mac.sh +++ b/init/mac.sh @@ -239,9 +239,6 @@ find $MAC_NATIVEFIERTMP -depth 2 -name "*.app" -exec cp -rf {} /Applications \; rm -rf $MAC_NATIVEFIERTMP -echo ">>> Setting up Atom" -apm install --packages-file ${HOME}/.atom/pkg.list - echo ">>> Setting up VSCodium" mkdir -p "${HOME}/Library/Application Support/VSCodium/User"