Skip to content

Latest commit

 

History

History
55 lines (45 loc) · 1.88 KB

README.md

File metadata and controls

55 lines (45 loc) · 1.88 KB

This is a repo with all the various dotfiles I use accross local and remote machines

It uses:

Workspace example

Installation

Note that the private key needs to be setup prior to starting the following

ls ~/.ssh/id_rsa
eval `ssh-agent -s`
ssh-add

1) Remote machine

for a remote machine (without sudo access), simply run

curl -L https://raw.githubusercontent.com/lbesnard/dotfiles/master/initsys.sh | bash

This will install linuxbrew, and then install in the home dir various tools such as Ansible. The above tools will also be installed.

2) Local machine

This is highly dependent on https://github.com/lbesnard/ansible_laptop which will automatically install the dotfiles.

However it is possible to clone the repo and install it manually

git clone git@github.com:lbesnard/dotfiles.git
cd dotfiles
./install