Skip to content
Snippets Groups Projects

Sol

Purpose

This is a collection of dotfiles aiming to improve your experience with using GNU/Linux in the context of IT4I.

Pre-requisites

  • Ansible
  • Passwordless Sudo

Role Description

The role's README along with different configuration options is available here.

Running

Option #1

unset HISTFILE
IT4I_LDAP_PASSWORD='my_password'
export IT4I_LDAP_PASSWORD
./wrapper.sh
unset IT4I_LDAP_PASSWORD
HISTFILE='~/.bash_history'
export HISTFILE

Option #2

./wrapper.sh

Additional Reading