All Projects → charlax → dotfiles

charlax / dotfiles

Licence: other
My configuration files

Programming Languages

Vim Script
2826 projects
shell
77523 projects
python
139335 projects - #7 most used programming language
Vim Snippet
174 projects
clojure
4091 projects
HCL
1544 projects

Table of Contents

Prerequisites

Mac Os X

See fresh install below.

Linux Debian/Ubuntu/Arch

curl https://raw.githubusercontent.com/charlax/dotfiles/master/install/provision.sh -o ./provision.sh
chmod a+x provision.sh

./provision.sh
# full install:
./provision.sh --full

Use this script to fully automate a new machine setup (e.g. with Vagrant):

install/provision.sh

Otherwise, see Installation section below.

Installation

DOTFILES="$HOME/.dotfiles"
git clone https://github.com/charlax/dotfiles.git $DOTFILES

# If you want only dotfiles
python3 $DOTFILES/install.py

# On a fresh install
python3 $DOTFILES/install.py --with-all

To install all the required software, run:

~/.dotfiles/install/install-apps-all.sh

Post-install checklist on a fresh installation - Mac Os X

Initialization

  1. Install any OS upgrade
  2. Start with installing XCode from the App Store - it takes quite a long time. Open it and accept the T&C.
  3. Install Homebrew (see above)
  4. Run the steps below in the terminal:
# Make sure the account name is correct:
whoami
# If it needs to be changed, create a new temporary admin. Follow this guide:
# https://support.apple.com/en-us/HT201548

# Install dependencies
brew install git python3

# Create an SSH key and add it to Github
ssh-keygen -t rsa -b 4096 -C "[email protected]"
pbcopy < ~/.ssh/id_rsa.pub  # then add it to Github

# Verify you can connect to github:
ssh -T [email protected]

# Install local git settings
cp $DOTFILES/git/gitconfig.local.template $DOTFILES/git/.gitconfig.local

Once this is done, follow the instruction above (Installation).

Mac Os X Settings

  • Change the computer name
  • Add French input source
  • Set keyboard shortcuts
    • Set the change input source shortcuts

Apps to install

  • Annotate (App Store)
  • Docker (installed via brew cask)
  • Grammarly
  • Keynote (App Store)
  • Kindle (App Store)
  • LibreOffice (installed by the script)
  • Numbers (App Store)
  • Pages (App Store)
  • Pixelmator (App Store)
  • Spotify (installed by the script)
  • TextExpander (not anymore on the app store)
  • Things (App Store)
  • Time Out (App Store)
  • VLC (installed by the script)
  • VirtualBox (better to install manually as it requires Max Os X permissions)
  • Visual Studio Code (installed by the script)
  • iA Writer (App Store)

Setup the following apps:

  • Password application
  • Backup application
  • Chrome
  • Rectangle (give permissions)
  • TextExpander
  • Things cloud
  • Printers

Misc

  • You can copy the dotfiles in the current directory through copy-dotfiles-here.sh

Profiling ZSH

Use zprof:

# At the beginning of your file, e.g. zshrc
zmodload zsh/zprof

...

# At the end:
zprof

Useful software (not installed by default)

  • Numi: beautiful calculator app for Mac (like Soulver)

Useful services

Checklist before reinstall

  • Backup SSH keys
  • Backup GPG keys
  • Check each app for backup
  • Backup hidden files in repo
  • Backup /Library/
  • Backup ~/Library/
  • Make sure branches in repo are pushed
  • Search for "what folders to backup"
  • Search for "checklist before factory reset"
  • Backup photos (too important)
  • Make sure iCloud sync is finished (check status bar in Finder)
  • What's most important? Is it backed up?

Contributing

Checkout CONTRIBUTING.md

Inspiration

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].