djosix / .dots

My dotfiles for Linux and macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles for Linux and macOS

  • Available targets: make

    Select targets to run:
    
      bash          Install bash config files
      zsh           Install zsh config files
      vim           Install vim config files
      tmux          Install tmux config file
    
      git           Setup name and email for Git
      vim_plug      Install plugins using Plug
      dirs          Create useful directories
    
      base          [bash, zsh, vim, tmux]
      more          [git, vim_plug, dirs]
      all           [base, more]
    
      update        Discard and update
      discard       Discard changes in .dots
      cleanup       Remove backup files
    
    
  • Quick install

    cd
    git clone https://github.com/djosix/.dots.git
    cd .dots
    make all

About

My dotfiles for Linux and macOS


Languages

Language:Vim Script 78.4%Language:Shell 13.6%Language:Python 7.7%Language:Dockerfile 0.2%Language:Makefile 0.1%