Skip to content

Latest commit

 

History

254 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mac-dotfiles

Dotfiles for my Mac machines

desktop preview

Repo setup

This repo has a few main folders.

  1. /macos which houses all the scripts to set my system settings right.
  2. The configs files presentes by each programs name followed by their path. Using Stow all the configs are put in their right place on the new machine.

Using the dotfiles repo

Download the repo into the home directory, cd into it and run the setup.sh.

cd mac-dotfiles
./setup.sh

Make a SSH key, copy the content to clipboard and add it to github or gitlab

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

At last make the ssh key reachable by the machine by encrypting it and adding it to the keychain

chmod 700 ~/.ssh
chmod 600 ~/.ssh/config
ssh-add --apple-use-keychain ~/.ssh/id_ed25519
ssh -T git@github.com

To connect the downloaded folder to the right repo you have to make sure the folder is located in the home ~/ directory. Then connect to the repo using ssh:

cd ~/mac-dotfiles

git init
git remote add origin git@github.com:mviersel/mac-dotfiles.git
git fetch origin

Manually labor required

  • Miro is an Electron app that really hates window managers. To work around the problem you have to manually turn of hardware acceleration: Menubar help > hardware acceleration

Brower plugins an scripts

Firefox extensions and tweaks
Chrome extensions and tweaks
Scripts recommended

About

Dotfiles for my Mac machines from a real noob

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages