Skip to content

adroaldof/dotfiles

Repository files navigation

Quick Dotfiles

This repo is aimed to make initial setup to a new Ubuntu Machine

What it does

  1. Updates system
  2. Install essential packages
  3. Install Git
  4. Install Tweak Tools
  5. Install Curl
  6. Install Vim
  7. Install VSCode and some extensions
  8. Install Atom and some packages
  9. Install xClip
  10. Install NodeJS, NPM and NVM
  11. Install Docker and Docker-Compose
  12. Install ZSH and Oh-My-ZSH
  13. Install Tmux
  14. Install Chrome, Chromium and Opera Browsers
  15. Install SQLElectrom
  16. Install Spotify

Execute the script

sh -c "$(wget https://raw.githubusercontent.com/adroaldof/dotfiles/master/setup-machine.sh -O -)"
sh -c "$(wget https://raw.githubusercontent.com/adroaldof/dotfiles/master/setup-dotfiles.sh -O -)"

Setup Dotfiles

It will clone the repo and symlink all the following files

  1. Add .tmux.conf file
  2. Add .vim/ and .vimrc configuration
  3. Add .zshrc file
  4. Add adro.zsh-theme to .oh-my-zsh/themes
  5. Install some fonts
  6. Intall Vim plugins

Install

You can test this environment with a Docker container

git clone git@github.com:adroaldof/dotfiles.git
cd dotfiles

To test install Docker and run

docker build .
docker run -it <container_name> /bin/zsh

Setup a new machine

. ./setup-machine.sh

To install the Dotfiles

. ./setup-dotfiles.sh

Enjoy 👍

About

A dotfiles repo with some environment setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published