Skip to content

igorvisi/dotfiles

Repository files navigation

~/.dotfiles

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.

My setup

OS:

  • MacOS
  • Linux (Ubuntu 24.04)
  • Windows 11 with WSL

Tools:

Link to my /uses page

Aliases and function

  • dotfiles/shell/aliases
  • dotfiles/shell/functions

Installation

Good to know beforehand, I use :

More, see my /uses page

Clone and configure env variables

git clone https://github.com/igorvisi/dotfiles ~/.dotfiles

Configure according to you ~/.dotfiles/shell/global ~/.gitconfig.local

Install conf.

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

Screenshots

MacOS

Macos

Ubuntu 24.04 LTS

Linux

Windows 11 with WSL

Windows