My personal GNU/Linux dotfiles
sudo
.config
alias to handle the bare repository (config status
, config commit
, …).bash
and fish
support.bat
, fzf
, fd
, …)Minimal dependencies for both bash
and fish
:
apt update
apt install nano git wget curl unzip bash-completion
Optionally install a recent fish
version:
apt install software-properties-common
apt-add-repository ppa:fish-shell/release-3
apt install fish
Bootstrap the dotfiles:
curl -fsSL https://raw.githubusercontent.com/diegoferigo/dotfiles/main/bootstrap | bash
The structure of this repository is compatible with @latest/github/developing-online-with-codespaces/personalizing-codespaces-for-your-account">Github Codespaces.