Skip to content

romanarranz/dotfiles

Repository files navigation

Roman's dotfiles

The configurations are for my Linux/macOS workstation and therefore contain some Linux/macOS-specific code and commands.

Quick Start

Install zsh

# macOS
brew install zsh
chsh -s /usr/local/bin/zsh
# Linux
apt install zsh

Clone this repository

# get to the home folder
$ cd

# pull the git repos
$ git clone https://github.com/romanarranz/dotfiles.git .zsh-config

Install dependencies

$ ./.zsh-config/starters/start_linux.zsh

# then link the startup files
$ zsh ~/.zsh-config/bootstrap.zsh

# add gitconfig options
$ cat  ~/.zsh-config/config/.gitconfig >> ~/.gitconfig

Post configurations

  1. Configure your git user and email at ~/.gitconfig copied from config/.gitconfig

Programming languages setup

Python dual setup for version 2 and 3

pyenv global 3.9.4 2.7.18

Credits

About

TTY configuration and command line tools

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages