From the original authour - For more information about dotfiles, I wrote these articles on my blog:
- Dotfiles: automating macOS system configuration
- Increasing development productivity with repository management
- Set up a Hyper Key with Hammerspoon on macOS
- 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 git@github.com:thombaynes/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
- (Optional) Point the Alfred preference sync to the right folder
- (Optional) Point the Microsoft Remote Desktop folder to the right folder
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
- setup.sh - Sets the defaults set up in the different files
- app.package.id - Contains all extensions for the specified program
- setup.sh - Symlinks all fish files to their corresponding location in
~/.config/fish/
- config.fish - Global fish configuration (.fishrc)
- completions/
- conda.fish - Contains completions to all
conda
commands - repo.fish - Contains all repos as completions for the
repo
command - repodir.fish - Contains all repos as completions for the
repodir
command
- conda.fish - Contains completions to all
- functions/
- abbrex.fish - Utility for expanding abbreviations in fish-scripts
- clear.fish - Clears the screen and shows fish_greeting
- emptytrash.fish - Empties trash and clears system logs
- fish_greeting.fish - My personal fish greeting using the full-colour fish logo
- fish_prompt.fish - The Classic + Git prompt from the fish web config
- forrepos.fish - Executes a passed command for all repos in
~/repos
- ls.fish - Calling ls with parameter --color=auto
- pubkey.fish - Copies the public key to the clipboard
- repo.fish - Finds a repository in
~/repos
and jumps to it - repodir.fish - Finds a repository in
~/repos
and prints its path - setup.fish - Initial setup for a new fish installation, contains abbreviations
- update.fish - Installs OS X Software Updates, updates Ruby gems, Homebrew, npm, and their installed packages
- week.fish - Returns the current week number
- 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
- setup.sh - Symlinks all lua and AppleScript files to
~/.hammerspoon/
- init.lua - Contains the main Hammerspoon config, importing the others
- caffeinate.lua - Shortcuts for managing screen state (locking, etc.)
- hyper.lua - Binds the "F18" key to a Hyper mode, which can be used for global commands
- minimising.lua - Shortcuts for minimising and unminimising windows
- shortcuts.lua - Hyper key bindings to existing shortcuts
- spectacle.lua - Window and monitor management using hyper mode
- togglevpn.applescript - Toggles Viscosity vpn connection
- togglevpn.lua - Binds a shortcut to the execution of
togglevpn.applescript
- setup.sh - Symlinks Karabiner settings to
~/.config/karabiner
for easy setup - karabiner.json - Two profiles.
- No Modifications (for people who are not Thom).
- Super CTRL + Function Keys - binds the left CTRL key to "F18" to use with hammerspoon, and the Caps Lock key is now a CTRL key
- 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 - Creates the conda envs for the environment.yml files
- 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
- 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