pervezfunctor / mini-dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ilm development environment

MacOS

zsh -c "$(curl -sSL https://raw.githubusercontent.com/pervezfunctor/mini-dotfiles/master/installers/macos/desktop)"

Rocky Linux

bash -c "$(curl -sSL https://raw.githubusercontent.com/pervezfunctor/mini-dotfiles/master/installers/dnf/rocky)"

Fedora

bash -c "$(curl -sSL https://raw.githubusercontent.com/pervezfunctor/mini-dotfiles/master/installers/dnf/fedora)"

Ubuntu

sudo apt install -y curl
bash -c "$(curl -sSL https://raw.githubusercontent.com/pervezfunctor/mini-dotfiles/master/installers/apt/ubuntu)"

Debian

sudo apt install -y curl
bash -c "$(curl -sSL https://raw.githubusercontent.com/pervezfunctor/mini-dotfiles/master/installers/apt/debian)"

Minimal installation on Fedora/Rocky

bash -c "$(curl -sSL https://raw.githubusercontent.com/pervezfunctor/mini-dotfiles/master/installers/dnf/min)"

Minimal installation on Ubuntu/Debian

sudo apt install -y curl
bash -c "$(curl -sSL https://raw.githubusercontent.com/pervezfunctor/mini-dotfiles/master/installers/apt/min)"

Zsh environment

mv ~/.zshrc ~/.zshrc.bak
curl -sSL https://raw.githubusercontent.com/pervezfunctor/mini-dotfiles/master/configs/zshrc > ~/.zshrc

Tmux environment

mv ~/.config/tmux.conf ~/.config/tmux.conf.bak
curl -sSL https://raw.githubusercontent.com/pervezfunctor/mini-dotfiles/master/configs/tmux.conf > ~/.config/tmux.conf

About


Languages

Language:Shell 100.0%