ridhwaans / dotfiles

💻Personal dotfiles for mac and wsl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

https://github.com/ridhwaans/dotfiles

screenfetch_mac screenfetch_windows

fresh installation

Warning: Please back up your files before running setup
macOS

  • GET Sonoma Update
  • GET Xcode Command Line Tools xcode-select --install

windows

curl

bash -c "`curl -fsSL https://raw.github.com/ridhwaans/dotfiles/master/setup.sh`"

or, wget

bash -c "`wget -O - --no-check-certificate https://raw.githubusercontent.com/ridhwaans/dotfiles/master/setup.sh`"

as a docker workspace

in VS Code, select Dev Containers: Reopen in Container, or
Dev Containers: Rebuild Without Cache and Reopen in Container, or

manual build

build and run a container instance in background and interactive mode

docker build github.com/ridhwaans/dotfiles -t name:tag --progress=plain --no-cache
docker run -d -i -t <name:tag>
<or>
docker run --detach --interactive --tty <name:tag>

in VS Code, select Dev Containers: Attach to Running Container...

as a github codespace

Personalizing GitHub Codespaces for your account

Troubleshooting personalization options for GitHub Codespaces

About

💻Personal dotfiles for mac and wsl


Languages

Language:Shell 85.0%Language:Vim Script 10.1%Language:Dockerfile 4.9%