jbactad / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

My personal dotfiles for macos and linux distros.

Getting Started

  • Clone the project.
    git clone https://github.com/jbactad/dotfiles.git

Prerequisites

  • git
  • curl
  • zsh
  • tmux
  • vim

To run tests:

  • docker

Debian/Ubuntu

sudo apt-get install git curl zsh tmux vim -y

Fedora

sudo dnf install git curl zsh tmux vim -y

Macos Git can be instal

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew doctor

brew install curl zsh git tmux vim

Installing

Inside the local repository

./bin/install.sh

Running tests

./bin/test.sh

About


Languages

Language:Vim Script 80.7%Language:Shell 13.2%Language:Vim Snippet 5.7%Language:Dockerfile 0.5%