| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Install git
Install github cli - https://github.com/cli/cli/blob/trunk/docs/install_linux.md
git clone git@github.com/feanil/dotfiles ln -sf src/feanil/dotfiles/gitconfig.core ~/.gitconfig
Update as necessary for work and personal paths.
Install zsh - https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH
fzf
Follow the instructions to install oh-my-zsh: https://ohmyz.sh/#install
Install powerlevel10k theme https://github.com/romkatv/powerlevel10k#oh-my-zsh
ln -sf ~/src/feanil/dotfiles/.p10k.zsh ~/.p10k.zsh ln -sf ~/src/feanil/dotfiles/.zshrc ~/.zshrc
Install tmux
ln -sf ~/src/feanil/dotfiles/tmux.conf ~/.tmux.conf
Global instructions for Claude Code live in claude/CLAUDE.md and global settings (permission allowlist, model, plugins) live in claude/settings.json. Symlink them into ~/.claude/ so Claude picks them up across all projects:
ln -sf ~/src/feanil/dotfiles/claude/CLAUDE.md ~/.claude/CLAUDE.md ln -sf ~/src/feanil/dotfiles/claude/settings.json ~/.claude/settings.json
claude/hooks/gh-readonly.py is a PreToolUse hook that auto-approves read-only gh api calls (registered in claude/settings.json). Tests live alongside it:
cd claude/hooks && uv run test_gh_readonly.py
config/shellrc/claude_sandbox/ is a credential-isolated Docker sandbox for running Claude Code; see its own CLAUDE.md for details.
CLAUDE.md at the repo root is a symlink to this README, so project-level guidance for Claude Code stays in sync with what humans read.
brew install mcfly delta uv
Install uv - https://github.com/astral-sh/uv
Setup python versions
Instructions - https://github.com/cantino/mcfly#installing-using-our-install-script
Release Page - https://github.com/cantino/mcfly/releases
Release Page - https://github.com/dandavison/delta/releases
Install NeoVim (stable) and set up LazyVim: https://www.lazyvim.org/installation
Copy the .gnupg directory from a computere where its working. Then install these relevant debian things: https://github.com/drduh/YubiKey-Guide#debian-and-ubuntu
A big list of options: https://github.com/ibraheemdev/modern-Unix
Releases Page - https://github.com/sharkdp/bat/releases
Instructions - https://github.com/ogham/exa#installation
sudo apt install jq
| Back | FazBrowse Home | New Git URL |