This is a repo with all the various dotfiles I use accross local and remote machines
It uses:
- Shell tools
- vim-plug
- git tools
- lnav
- linuxbrew
- cheat
- pgcli (psql client with fuzzy search)
- colorls
- powerline fonts
- nerds-fonts
- dotbot
Note that the private key needs to be setup prior to starting the following
ls ~/.ssh/id_rsa
eval `ssh-agent -s`
ssh-add
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.
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 [email protected]:lbesnard/dotfiles.git
cd dotfiles
./install