Go to source

~/.dotfiles

This is my ~/.dotfiles repository. I push settings of of some of my tools into this space. If you like some of them, feel free to reuse.

Requirements

Installation

Just run the ansible playbook:

ansible-playbook ${PWD}/playbook.yml

or the install.sh script.

Let’s showcase! 📽️

Terminal

terminal

Required dependencies
Optional dependencies
Features

Ask AI

With an installed Github cli and an active GitHub Copilot subscripion you ca ask question directly in terinal.

General questions:

?? How can I find all files with the suffix .searched

Git related questions:

git? How can I list all my commits from yesterday

GitHub related questions:

gh? How can I create a new repository

GitHub Copilot will answer with the specific scope.

Go to top