Skip to content

PierreMarchand20/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles CI

Installation

  • Install YADM
  • yadm clone --bootstrap https://github.com/PierreMarchand20/dotfiles.git

Description

I use this .dotfiles to set my environment on macOS, that I use as my main OS, and my environment on Linux, that I use for development.

  • Install zsh, an alternative to usual bash with zim as a plugin manager.
  • Install the zsh plugins defined in zimrc.
  • Set VSCode as main tool for diff and merge.
  • Additionally, on macOS:
    • Install all the packages/apps from .Brewfile using Homebrew,
    • Set all kinds of default behaviors in macOS.

What remains to do on macOS

  • Set email accounts and ICloud.
  • Set email in .gitconfig.
  • Set zsh as your default shell
sudo sh -c "echo $(which zsh) >> /etc/shells"
chsh -s $(which zsh)
  • Install the VSCode extension Settings Sync to sync VSCode.
  • Install Metropolis beamer style
  • Set VPN
  • Set Drive

Releases

No releases published

Packages

No packages published

Languages