Skip to content

lbesnard/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

dotfiles (using Dotbot as an installer)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 67.9%
  • Shell 17.5%
  • Vim Script 8.3%
  • Prolog 4.5%
  • CSS 0.9%
  • Perl 0.3%
  • Other 0.6%