This repo contains my personal dotfiles. I copy stuffs from several people and I personalize those to go better with my workflow. I remain open to any improvement ! And you are free to clone and to adapte to your sauce.
- MacOS
- Linux (Ubuntu 24.04)
- Windows 11 with WSL
Link to my /uses page
- dotfiles/shell/aliases
- dotfiles/shell/functions
Good to know beforehand, I use :
- dotbot to manage my dotfiles.
- sheldon to manage shell plugin.
- eza as a ls remplacement.
- bat as a cat remplacement.
- neovim instead of vim.
- jetbrains-mono a open source font for developers.
- starship a minimal, blazing-fast, and infinitely customizable prompt for any shell!
- Mozilla thunderbird email client
- localsend alternative to Airdrop, cross-plateform.
- obsidian flexible note‑taking app
- vscode you know
- TablePlus intuitive GUI tools to manage SQL database.
More, see my /uses page
git clone https://github.com/igorvisi/dotfiles ~/.dotfiles
Configure according to you ~/.dotfiles/shell/global ~/.gitconfig.local
cd ~/.dotfiles
# Change conf
vim shell/global apps/git/.gitconfig.local
cp app/git/.gitconfig.local ~/.gitconfig.local
chmod +x install
# First install for both
./install
## Desktop
# You can install for Linux
./install install.linux.yaml
# Or You can install for MacOS
./install install.macos.yaml
## Install apps
# For linux
./script/install.macos.sh
# For macOS
./script/install.ubuntu.sh