8000 hellodux ยท GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View hellodux's full-sized avatar
  • Dhaka, Bangladesh

Block or report hellodux

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
hellodux/README.md

dotFiles

My collection of dot and config files. dotFiles in active redevelopment right now.

Build in mind for macOS 14.x and higher and Linux.

Supported platforms:

  • macOS 14 Sonoma. In use everyday both on amd64 and arm64 MacBook Pro.
  • Fedora 40 and higher.
  • Debian 12. VM's, Toolbox container, and my Linux laptop.

Warning

Never tested in any Windows WSL. Never used Windows for anything except gaming. Use at your own risk.

Testing

./.test.sh [distro] [version]

Example for Fedora Linux

./.test.sh fedora

Installation

In bash OR your favourite one terminal session execute commands:

export BINDIR="$HOME/.local/bin"
export PATH=$BINDIR:$PATH

sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply stonevil

For containers and other temporary environments:

export CODESPACES=true

export BINDIR="$HOME/.local/bin"
export PATH=$BINDIR:$PATH

sh -c "$(curl -fsLS git.io/chezmoi)" -- init apply --force --one-shot stonevil

TODO

Project Github issues

Pinned Loading

  1. hellodux hellodux Public

    Config files for my GitHub profile.

    JavaScript

  2. probable-robot probable-robot Public

    The source code and dataset are used to demonstrate the DF model, and reproduce the results of the ACM CCS2018 paper

    Dart

0