Code Monkey home page Code Monkey logo

.dotfiles's Introduction

Collection of dotfiles for $HOME

Clone Repo

  • test -d ~/.dotfiles && mv -f ~/.dotfiles ~/.dotfiles.bak
  • git clone https://github.com/mtilson/.dotfiles.git ~/.dotfiles

Link configuration files to ones from the Repo

Powerline for Vim, Bash, Tmux, etc

.config/powerline
  • test -d ~/.config || mkdir -p ~/.config
  • test -d ~/.config/powerline && cp -rf ~/.config/powerline ~/.config.powerline.bak
  • ln -sf ../.dotfiles/.config/powerline ~/.config/
.vimrc
  • test -f ~/.vimrc && cp -f ~/.vimrc ~/.vimrc.bak
  • ln -sf .dotfiles/.vimrc ~/
.vim/
  • test -d ~/.vim && cp -rf ~/.vim ~/.vim.bak
  • ln -sf .dotfiles/.vim ~/

Zsh

.zshrc
  • test -f ~/.zshrc && cp -f ~/.zshrc ~/.zshrc.bak
  • ln -sf .dotfiles/.zshrc ~/

Bash

.bashrc
  • test -f ~/.bashrc && cp -f ~/.bashrc ~/.bashrc.bak
  • ln -sf .dotfiles/.bashrc ~/
.bash_aliases
  • test -f ~/.bash_aliases && cp -f ~/.bash_aliases ~/.bash_aliases.bak
  • ln -sf .dotfiles/.bash_aliases ~/
.bash_completion
  • test -f ~/.bash_completion && cp -f ~/.bash_completion ~/.bash_completion.bak
  • ln -sf .dotfiles/.bash_completion ~/
.bash_pathes
  • test -f ~/.bash_pathes && cp -f ~/.bash_pathes ~/.bash_pathes.bak
  • ln -sf .dotfiles/.bash_pathes ~/
.bash_profile
  • test -f ~/.bash_profile && cp -f ~/.bash_profile ~/.bash_profile.bak
  • ln -sf .dotfiles/.bash_profile ~/

Shell's common groung

.shell.commons
  • test -f ~/.shell.commons && cp -f ~/.shell.commons ~/.shell.commons.bak
  • ln -sf .dotfiles/.shell.commons ~/

Tmux

.tmux.conf
  • test -f ~/.tmux.conf && cp -f ~/.tmux.conf ~/.tmux.conf.bak
  • ln -sf .dotfiles/.tmux.conf ~/
.tmux.Darwin.conf
  • test -f ~/.tmux.Darwin.conf && cp -f ~/.tmux.Darwin.conf ~/.tmux.Darwin.conf.bak
  • ln -sf .dotfiles/.tmux.Darwin.conf ~/

.dotfiles's People

Contributors

mtilson avatar

Stargazers

Roman avatar

Watchers

James Cloos avatar  avatar  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.