Skip to content

k3nny0ne/dotfiles

 
 

Repository files navigation

Install

To Configure brew and OSX

curl -L https://github.com/andrei4ka/dotfiles/raw/master/osx_install.sh | /bin/bash

To install or update vim

curl -L https://github.com/andrei4ka/dotfiles/raw/master/vim_install.sh | /bin/bash

To install dotfiles

curl -L https://github.com/andrei4ka/dotfiles/raw/master/dot_install.sh | /bin/bash

To launch tmux by default add the following lines into .bashrc

if [[ "$TERM" != "screen-256color" ]]; then
    tmux -2 attach-session -t "$USER" || tmux -2 new-session -s "$USER" 
    exit
fi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 60.8%
  • Python 26.9%
  • Vim Script 12.3%