These dotfiles are a fork of the dotfiles by Rosco Kalis.
For more information about dotfiles, he wrote the following blogposts on his blog:
- Dotfiles: automating macOS system configuration
- Increasing development productivity with repository management
- Set up a Hyper Key with Hammerspoon on macOS
These files have been adapted to my use case.
- Restore your safely backed up ssh keys to
~/.ssh/
- Alternatively, generate new ssh keys, and add these to your GitHub account
- Install Homebrew and git
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install git
- Clone this repository
git clone [email protected]:xeophin/dotfiles.git
- Run the
bootstrap.sh
script- Alternatively, only run the
setup.sh
scripts in specific subfolders if you don't need everything
- Alternatively, only run the
I strongly encourage you to play around with the configurations, and add or remove features. If you would like to use these dotfiles for yourself, I'd recommend changing at least the following:
- The .gitconfig file includes my [user] config, replace these with your own user name and email
- At the top of the setup.sh file, my computer name is set, replace this with your own computer name
This folder is a collection of the programs and utilities I use frequently. These lists can easily be amended to your liking.
This folder is a collection of my own repos, some of which are even private. The existing lists can easily be edited or replaced by custom lists.
- bootstrap.sh - Calls all setup.sh scripts
- setup.sh - Symlinks the other contents of the folder to
~/bin/
- imgcat - A utility to display images inline in iTerm 2
- sethidden - A shell script which takes command line arguments to show or hide hidden files
- togglehidden - A shell script that toggles between showing and hiding hidden files
Contains commonly used ColorSync profiles used in Europe (and the newspaper production).
- setup.sh – Symlinks the color profiles to
~/Library/ColorSync/Profiles/
- setup.sh - Sets the defaults set up in the different files
- app.package.id - Contains all extensions for the specified program
On the lookout for the bundle ID of an application?
osascript -e 'id of app "App Name"'
- setup.sh – Symlinks the
.editorconfig
file to~/
- .editorconfig – The root .editorconfig. Yes, I set it to use tabs. At least for now.
- setup.sh - Symlinks all git files to
~/
- .gitignore_global - Contains global gitignores, such as OS-specific files and several compiled files
- .gitconfig - Sets several global Git variables
Contains my prefered keyboard layouts (Deutsch Dvorak Typ II für Mac OS X, as well as my bastardisation of it)
- setup.sh – Symlinks the Keyboard Layouts to
/Library/Keyboard Layouts/
)
- setup.sh - Executes a long list of commands pertaining to macOS Preferences
- setup.sh - Installs the contents of the .list files and the Brewfile
- setup.sh - Currently empty, since I don't use Python that often
- script-commands – Script commands to be used with Raycast. Currently empty, requires Raycast to be configured to point here.
- setup.sh - Clones the repositories in the .list files at the corresponding locations
- functions.sh - Contains helper functions for symlinking files and printing progress messages
Various scripts and workflows that by
- setup.sh – are being symlinked to
~/Library/Services/
- setup.sh - Symlinks all vim files to
~/
- .vimrc - Basic Vim configuration
- setup.sh - Symlinks the settings.json file to
~/Library/Application Support/Code/User
- settings.json - Contains user settings for Visual Studio Code
Configuration and Setup for Zsh.
- setup.sh – Symlinks the
.z*
files to~/
- .zprofile –
PATH
support forpyenv
- .zsh_alias – Aliases to make working with Zsh faster
- .zsh_p10k.zsh – Powerlevel10k config
- .zsh_plugins.txt – Plugins that should be loaded using the plugin manager Antibody
- .zshrc – Zsh Config