Skip to content

edbzn/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

This repository provides my ready-to-use dev environment in seconds using Ansible and GNU Stow.

Setup

  1. Clone the repository in the home directory.
git clone [email protected]:edbzn/dotfiles.git ~/dotfiles
  1. Install and configure the tools.
~/dotfiles/install.sh

Update

  1. List available tags.
~/dotfiles/tags.sh
  1. Update tools, note that tags are optional, if not passed it will update everything.
~/dotfiles/update.sh docker node dotfiles chrome

Tools

  • Shell : Zsh + Oh My Zsh
  • Terminal : Terminator
  • Runtime : Node.js + NPM + Corepack + n
  • Global Packages : Nx + @angular/cli + http-server
  • Containers : Docker CE + Docker Compose
  • Versioning : Git + diff-so-fancy
  • Editors : Visual Studio Code + Vim
  • Browser : Google Chrome
  • Collaboration : Slack
  • Programming Font : JetBrains Mono
  • Various : cURL + htop + GNU Stow + Flameshot