Skip to content

sufuf3/my-dotfiles

Repository files navigation

My Dotfiles

This is my dotfiles. It can be automatically initialized environment for Unix-like operating system.

Setup

Quick Setup

Use curl

curl -Lo- https://goo.gl/pvswme | bash

Use wget

wget  -O- https://goo.gl/pvswme | bash

Setup locally

$ git clone https://github.com/sufuf3/my-dotfiles.git
$ cd my-dotfiles/
$ sh local_setup.sh

Reset

Reset locally

$ git clone https://github.com/sufuf3/my-dotfiles.git
$ cd my-dotfiles/
$ sh local_setup.sh --reset

Configurations

  • Bash Shell: alias, color

  • Vim: setting, status bar, comfortable color scheme

    • Add fatih/vim-go plugin
      curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
      git clone https://github.com/fatih/vim-go.git ~/.vim/plugged/vim-go
  • Tmux: status bar include avg load, color adjusment

  • Git: alias, setting, gitignore(global), auto completion, diff-highlight

References