Skip to content

Commit 3d27bef

Browse files
committed
Add/remove stuff from default dotfiles
1 parent ae20a72 commit 3d27bef

23 files changed

+431
-1742
lines changed

.bash_prompt

-118
This file was deleted.

.bashrc

-1
This file was deleted.

.editorconfig

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ root = true
22

33
[*]
44
charset = utf-8
5-
indent_style = tab
5+
indent_style = space
6+
indent_size = 4
67
end_of_line = lf
78
insert_final_newline = true
89
trim_trailing_whitespace = true

.exports

+5-3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ export LESS_TERMCAP_md="${yellow}";
2929
# Don’t clear the screen after quitting a manual page.
3030
export MANPAGER='less -X';
3131

32-
# Avoid issues with `gpg` as installed via Homebrew.
33-
# https://stackoverflow.com/a/42265848/96656
34-
export GPG_TTY=$(tty);
32+
# Typewritten config
33+
34+
export TYPEWRITTEN_PROMPT_LAYOUT="multiline"
35+
export TYPEWRITTEN_SYMBOL=""
36+
export TYPEWRITTEN_CURSOR="block"

.gdbinit

-1
This file was deleted.

.gvimrc

-9
This file was deleted.

.macos

+15-3
Original file line numberDiff line numberDiff line change
@@ -668,8 +668,8 @@ defaults write com.apple.terminal StringEncodings -array 4
668668
# Disable the annoying line marks
669669
# defaults write com.apple.Terminal ShowLineMarks -int 0
670670

671-
# Install the Solarized Dark theme for iTerm
672-
# open "${HOME}/init/Solarized Dark.itermcolors"
671+
# Install the Dracula theme for iTerm
672+
open "${HOME}/init/Dracula Pro.itermcolors"
673673

674674
# Don’t display the annoying prompt when quitting iTerm
675675
defaults write com.googlecode.iterm2 PromptOnQuit -bool false
@@ -750,7 +750,7 @@ defaults write com.apple.SoftwareUpdate AutomaticDownload -int 1
750750
defaults write com.apple.SoftwareUpdate CriticalUpdateInstall -int 1
751751

752752
# Automatically download apps purchased on other Macs
753-
defaults write com.apple.SoftwareUpdate ConfigDataInstall -int 1
753+
# defaults write com.apple.SoftwareUpdate ConfigDataInstall -int 1
754754

755755
# Turn on app auto-update
756756
defaults write com.apple.commerce AutoUpdate -bool true
@@ -798,6 +798,18 @@ defaults write com.apple.messageshelper.MessageController SOInputLineSettings -d
798798
# defaults write com.google.Chrome PMPrintingExpandedStateForPrint2 -bool true
799799
# defaults write com.google.Chrome.canary PMPrintingExpandedStateForPrint2 -bool true
800800

801+
###############################################################################
802+
# Rectangle.app #
803+
###############################################################################
804+
805+
cp -r init/com.knollsoft.Rectangle.plist ~/Library/Preferences/com.knollsoft.Rectangle.plist
806+
807+
###############################################################################
808+
# Spaceship Prompt #
809+
###############################################################################
810+
811+
812+
801813
###############################################################################
802814
# GPGMail 2 #
803815
###############################################################################

.osx

-1
This file was deleted.

.vim/backups/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)