Skip to content

francoiscote/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

These are the dotfiles for my macOS setup. The dotfiles are managed by GNU Stow.

Features

Installation

$ brew install stow
$ git clone git@github.com:francoiscote/dotfiles-macos.git ~/.dotfiles

Usage

Create the symbolic links for each feature you need. Watch out, some folders have a README.md with custom installation instructions

$ cd ~/.dotfiles
$ stow git
$ stow tmux
$ stow ...

Make the content of ~/.scripts executable

$ sudo chmod +x ~/.scripts/\*

TO DO

Installation script

  • install XCode command line tools

    • xcode-select --install
  • install brew

    • /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
  • brew install stow

  • checkout dotfiles-private using https

    • using https
    • stow localrc ssh tmuxp
    • fix permissions on .ssh
  • checkout dotfiles

    • stow ...
  • install brew packages bundle

    • brew bundle --global
  • brew install starship

  • checkout git projects in "Code"

About

.dotfiles for macOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published