Pratik Tripathy 55f46f6ca4 chore(shell): More environment variables set, zsh more plugins
- Fzf env variable updated for better general UI layout
- Lmstudio: Set path only when installed
- Podman: Add socket compatible with Docker: Ensures Lazydocker works
- zsh(zinit): Installation dir updated
- zsh(zinit): plugins added: alias-finder
- zsh(zinit): completions added: brew, podman, rust
2025-08-04 11:25:15 +05:30
2024-03-06 16:01:37 +05:30
2023-12-30 23:42:46 +05:30

Dotfiles

  1. Restore my dotfiles on any *nix OS.
  2. Install required applications on any Linux OS.

Dotfiles are symlinked from the repo to the required location. Changes made in the repository will be automatically reflected on the system when the symlink is created.

Usage

$ git clone https://github.com/pratiktri/dotfiles

$ sh setup.sh -h
Apply all settings stored in the scripts directory to your home directory.

Usage: ./setup.sh [OPTION]
Options:
  -h, --help      Show this help message.
  -d, --dry-run   Simulate dotfile symlink without doing anything.
  -i, --install   Install programs listed on package-list-os & package-list-brew files.

Installation

Installation scripts are inside scripts directory.

It reads 2 text files to gather lists of software to install:

  1. package-list-os - To install using OS package manager.
  2. package-list-brew - To install using brew package manager.

Any package not available are skipped.

install.sh calls install-os-packages.sh and install-brew-packages.sh. But, both can be executed independently.

Manual installation to be done for various distros

Test

  1. Need to be inside this directory

    cd scripts/test
    
  2. Use Dockerfile to change OS

  3. Run the script

    ./run-test.sh
    
Description
No description provided
Readme Apache-2.0 927 KiB
Languages
Shell 35.6%
Lua 33.7%
Vim Script 30.1%
Python 0.4%
CSS 0.1%