Skip to content

Leyka/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

~/.

macOS

Tools

Github

Generate SSH key

ssh-keygen -t ed25519
cat ~/.ssh/id_ed25519.pub | pbcopy

Paste SSH key in Github settings

Install

Install Xcode command line tools

xcode-select --install

Clone this repo under ~/.dotfiles and run install script

git clone git@github.com:Leyka/dotfiles.git .dotfiles && cd .dotfiles

Run install script

./install.sh

Finder

  • Show home folder on finder
    • Finder -> Preferences -> Sidebar then check folders

iTerm2

Configure iTerm2 theme by going to Preferences, then under:

  • General ⚙️
    • under Closing tab, uncheck all boxes
  • Appearance 👁
    • select Theme: Minimal
  • Profiles 👤
    • click Other Actions on bottom left
    • Scroll to Import JSON Profiles
    • Import JSON file under misc/iTerm.json

Preview

image

Last steps

  • Fill email in ./gitconfig.local