Giter Club home page Giter Club logo

dotfiles's Introduction

Dotfiles

PRs Welcome

Hacker Machine Provisioning

Store your confiuration files and deploy them with ease on your machine, or others, thanks to Ansible. Handy to manage at scale® the setup of developer's machines or to properly organize and customize your own setup.

Usage

# check ansible is correctly configured for local provisioning (make check)
ansible all -m ping -i hosts

# provision your local machine
ansible-playbook -i hosts site.yml --ask-sudo-pass

# limit provisioning to tags
ansible-playbook -i hosts site.yml --tags editor

Installation

If you are using a Mac, you need first to install Xcode developer tools (running git for example will prompt you to do so) or the script will abort to ask you to do that (and you will need to run it again, which is not a big deal, granted).

# you can personalize installation
DOTFILES_TMP_WORKSPACE="./dotfiles"
DOTFILES_VCS_BRANCH="feat/upgrade"

curl https://raw.githubusercontent.com/xav-b/dotfiles/${DOTFILES_VCS_BRANCH}/bootstrap.sh | bash

You should now have Ansible installed and the repository downloaded in ./dotfiles.

Go there and edit to your taste ./vars/*.yml.

Then, suit-up your machine :

TAGS="shell,tools" make

Contributing

  • Python
# tested under pyenv 1.2.9

CFLAGS="-I$(xcrun --show-sdk-path)/usr/include" pyenv install -v 3.5.6

pyenv virtualenv 3.5.6 dotfiles
pyenv activate dotfiles

python --version
# Python 3.5.6

pip --version
# pip 9.0.1 from /Users/...

App deployment, configuration management and orchestration - all from one system.

A magical documentation site generator. Simple and lightweight (~19kB gzipped) No statically built html files Multiple themes

Just run make to install them.

Manual things to automate

  • Unable python 3 support for neovim: pip3 install --user pynvim (to run after pyenv global 3.*)
  • Install: tmuxp plugins: Press prefix + I (capital i, as in Install) to fetch the plugin

Fixme

  • tmux looks ugly
  • thefuck is not installed nor configured (eval $(thefuck --alias))
  • global pip package missing: neovim, thefuck
  • trash-cli is not installed

profile

💖 Shameless plug

Hey nice to meet you, I'm Xavier and I maintain this project.

Buy Me A Coffee     I am a codementor     subscribe    





Suit-up your system.
Built by Xavier Bruhiere and contributors
with a 💻 and some 🍣



TIC logo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.