lucasvmigotto / dotfiles

My personal dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Personal dotfiles to customize my Linux environment

Prerequisites Configuration

You have to be already installed ZSH, cURL, Vim, Git and gnome-tweaks.

  • Define, if you already didn't do it, the ZSH as your terminal interpreter

    chsh -s $(which zsh)

    You need to logout and login on your user to apply the change

Usage

  1. Clone the repository

    • HTTPS

      git clone https://github.com/LucasVmigotto/dotfiles $HOME/dotfiles
    • SSH

      git clone git@github.com:LucasVmigotto/dotfiles.git $HOME/dotfiles
  2. Run the main script

    bash $HOME/dotfiles/dotfiles.sh

About

My personal dotfiles


Languages

Language:Shell 100.0%