Skip to content

jjuarez/mydotfiles

Repository files navigation

My (dot) Files

A collection of my favorite tips & tricks to setup your environment

Installing

Install from GitHub the latest version:

git clone https://jjuarez@github.com/jjuarez/mydotfiles.git .mydotfiles
cd .mydotfiles
make ansible/setup
make ansible/run

Contents

The project, after some back and forth is now strongly based on ansible, but previously it was as rake managed project, and was even completely managed by GNU make

  • Support for zsh
  • Support for zim framework on top of zsh
  • Theme based on PowerLevel10k
  • Support for vim, and plugins using Vim Plug
  • Another goodies:
    • Skeleton/template management for several types of files
    • SSH configuration
    • Toogles
  • Management of all the Homebrew packages, casks, taps, etc

Install all the homebrew stuff

The latest documentation about this subject is here

cd ${DOTFILES}
make homebrew/load

License

Copyright © 2007-2010 Javier Juarez, released under the MIT license.