All Projects â†’ jeromedalbert â†’ dotfiles

jeromedalbert / dotfiles

Licence: other
Jerome's dotfiles for macOS 🌴

Programming Languages

Vim Script
2826 projects
Roff
2310 projects
shell
77523 projects
PostScript
262 projects
Vim Snippet
174 projects
awk
318 projects

Jerome's dotfiles

  1. Install XCode.

  2. Clone the repo:

    git clone [email protected]:jeromedalbert/dotfiles.git ~/.dotfiles
    
  3. Symlink the dotfiles:

    setopt extended_glob
    for file in ~/.dotfiles/.^(git|gitmodules|.gitignore); do
      ln -sf $file ~/${file:t}
    done
    
  4. Install Homebrew and run the scripts in ~/.scripts.

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].