Git Product home page Git Product logo

dotfiles's Introduction

Introduction

Common *nix config files that I like to customize.

Also includes the following other tools as submodules:

Notes

Git

Global git dotfiles (such as user .gitconfig and .gitignore) are found in .gitdotfiles. Any git files found in the repo root are files for configuing the repo specificly.

asdf

This repo will initialize asdf if it is installed.

Dependencies

Vim

  • vim
    • Debian: sudo apt-get install vim-gtk
    • OS X: brew install macvim --override-system-vim
  • flake8 sudo pip install flake8
  • vim-plug curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

Installation

cd ~
sudo apt-get install --no-install-recommends vim-gtk make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.11.2
git clone --recursive https://github.com/wbushey/dotfiles.git .dotfiles

Edit ~/.bashrc --or-- ~/.bash_profile to include the following

source ~/.dotfiles/.bashrc

Edit ~/.zshrc to include the following

source ~/.dotfiles/zsh/zshrc

Edit ~/.gitconfig to include the following

[include]
    path = ~/.dotfiles/.gitdotfiles/.gitconfig

Edit ~/.vimrc to include the following

source ~/.dotfiles/.vimrc

Edit ~/.tmux.conf to include the following

source-file ~/.dotfiles/tmux/tmux.conf

Install language plugins for asdf:

adsf plugin-add java
adsf plugin-add nodejs
bash ~/.asdf/plugins/nodejs/bin/import-release-team-keyring
adsf plugin-add python
adsf plugin-add ruby
# Set tool versions in ~/.tool-versions

Install flake8:

sudo pip install flake8

Updating

Submodules are used to include many other projects. To update the included submodules, simple run the following in the repo

cd ~/.dotfiles
./update.sh

dotfiles's People

Contributors

wbushey avatar

Watchers

James Cloos avatar

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.