Skip to content

Latest commit

 

History

History
executable file
·
61 lines (40 loc) · 1.72 KB

README.md

File metadata and controls

executable file
·
61 lines (40 loc) · 1.72 KB

Introduction

This are my personal dotfiles, i use this repository to share some of my configs about several computers, you can use it to get any ideas about how i work, but be careful is possible that this repo is not updated.

Installation

First of all you need to clone the entire project.

git clone git@github.com:desarrolla2/dotfiles.git

You only need to install the components that you want.

zsh and oh-my-zsh

  1. Install zsh with apt-get install zsh on debian/ubuntu system. More info here.
  2. Install zsh oh-my-zsh, see more it here.
  3. Create a symbolic link.
ln -s /path/to/dotfiles/zsh/zshrc.sh ~/.zshrc
ln -s /path/to/dotfiles/oh-my-zsh/desarrolla2.zsh-theme ~/.oh-my-zsh/themes/desarrolla2.zsh-theme

This is the aspect that will have your terminal

screenshot

tmux

  1. Install tmux with apt-get install tmux on debian/ubuntu system. More info here.
  2. Create a symbolic link.
ln -s /path/to/dotfiles/tmux/tmux.conf ~/.tmux.conf

I strongly recommend that you also use guake

git

  1. Install tmux with apt-get install git on debian/ubuntu system. More info here.
  2. Config your gitignore file.
git config --global core.excludesfile /path/to/dotfiles/git/gitignore
git config core.fileMode false

ssh

  1. Create a symbolic link.
ln -s /path/to/dotfiles/ssh/config ~/.ssh/config

Contact

You can contact me on twitter @desarrolla2