Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

ramonrwx/.dotfiles

Repository files navigation

.dotfiles

my dotfiles for termux app

termux packages

pkg install -y atuin binutils build-essential curl direnv \
    fd git gnupg golang iconv \
    jq luarocks lazygit lsd neovim \
    nodejs openssh openssl openssl-tool python \
    ripgrep ruby rust sqlite stylua \
    zsh

python packages

python -m pip install --user \
    httpie \
    pre-commit \
    requests \
    virtualenv

oh-my-zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

luarocks packages

luarocks install luacheck

install this repo

git clone --recurse-submodules https://git.sr.ht/~ramonrw/.dotfiles
cd .dotfiles
./install

known issues

see wiki for more details.