Skip to content

FelixNgFender/dotfiles

Repository files navigation

My config files

Quick start

If on Ubuntu, install Omakub. Then install Ghostty, starship, and Homebrew, then do this:

chmod u+x ./install.sh
./install.sh

Enable rclone systemd service

systemctl --user daemon-reload
systemctl --user enable --now rclone.{timer,path,service}

Standalone apps

Music

reaper, neural dsp, yabridge, bunch of other VSTs i think.

Video

kdenlive

GPU programming

nvtop, cuda toolkit

Hacking

ghidra, wireshark

Gaming

sunshine, moonlight

Misc

websocat (for typst-preview), wmctrl, keyd, rclone, globalprotect

How stow works

# example
$ stow vim

/Users/alice
├── .dotfiles
│   ├── vim
│       └── .vimrc
│       └── .vim
|       └── script.vim
├── .vimrc -> .dotfiles/vim/.vimrc
├── .vim   -> .dotfiles/vim/.vim
|   └── script.vim

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published