{"id":16583612,"url":"https://github.com/samarth-na/dotfiles","last_synced_at":"2025-10-29T07:32:35.288Z","repository":{"id":252098197,"uuid":"839409414","full_name":"samarth-na/dotfiles","owner":"samarth-na","description":"repo for all my dotfiles, End all be all for all my system configurations","archived":false,"fork":false,"pushed_at":"2025-01-12T19:46:35.000Z","size":16149,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T23:35:20.500Z","etag":null,"topics":["alacritty","fonts","linux","neovim","nvim","shell","tmux","vim","wezterm-config","yazi","zoxide","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samarth-na.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-07T14:49:08.000Z","updated_at":"2025-01-12T19:46:38.000Z","dependencies_parsed_at":"2025-01-12T20:23:48.315Z","dependency_job_id":"a36fa9b0-7466-496d-b37a-8629391b48cc","html_url":"https://github.com/samarth-na/dotfiles","commit_stats":{"total_commits":46,"total_committers":2,"mean_commits":23.0,"dds":0.06521739130434778,"last_synced_commit":"6bb7f26b5526bf7eccd259814a73a6c377138b76"},"previous_names":["samarth-nagar/dotfiles","samarth-na/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samarth-na%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samarth-na%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samarth-na%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samarth-na%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samarth-na","download_url":"https://codeload.github.com/samarth-na/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238791894,"owners_count":19531027,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alacritty","fonts","linux","neovim","nvim","shell","tmux","vim","wezterm-config","yazi","zoxide","zsh"],"created_at":"2024-10-11T22:42:07.741Z","updated_at":"2025-10-29T07:32:35.276Z","avatar_url":"https://github.com/samarth-na.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"#### repository for all my dotfiles, End all be all for all my linux system and app configurations\n\n\u003e ### first update all packages\n\u003e\n\u003e ```bash\n\u003e sudo dnf update\n\u003e ```\n\n## main applications\n\n- **neovim** - fast/cli/modal code editor (dnf)\n- **alacritty** - fast/beautiful terminal emulator (flatpak)\n- **tmux** - powerful/peristing terminal multiplexer (dnd)\n- **zsh** - modern shell with plugin support (dnf)\n\n### other apps\n\n- **yazi** - amazing file manager (linuxbrew/cargo)\n- **btop** - beautiful system monitor (dnf)\n- **lazygit** - tui git client (dnf)\n- **zoxide** - better cd alternative (dnf)\n\n### tools\n\n- **fzf** - fuzzy finder utility (dnf)\n- **atuin** - shell history manager/search (linuxbrew)\n- **starship** - status line prompt (dnf)\n- **eza** - better ls alternative (dnf)\n- **vlc** - video player (flatpack)\n- **mpv** - terminal audio player (dnf)\n- **htop** - system monitor (dnf)\n- **procs** - better ps alternative (dnf)\n- **gdu** - disk usage analyzer (dnf)\n- **bat** - better cat alternative (dnf)\n- **ripgrep** - better grep alternative (dnf)\n- **fd** - better find alternative (dnf)\n- **hyperfine** - benchmarking tool (dnf)\n- **duf** - better df alternative (dnf)\n- **dust** - better du alternative (linuxbrew)\n- **tabiew** - viewer for csv and tsv files (linuxbrew)\n- **dua** - disk usage analyzer (linuxbrew)\n- **topgrade** - upgrade all packages (linuxbrew)\n- **age** - file encryption tool (dnf)\n\n### fonts\n\n##### jetbrains mono nerd font\n\n- semi bold for interface and window titles\n- regular for documents and code\n\n---\n\n### neovim\n\n- dependencies -\n\n```bash\nsudo dnf install  cmake gcc-c++ libtool libuv libvterm msgpack-devel unibilium gettext-devel lua-devel\n```\n\n- install the package -\n\n```bash\nsudo dnf neovim\n```\n\n### install zsh and set it as default shell\n\n- installation\n\n```bash\nsudo dnf install zsh\n# check the installation and source\nzsh --version\nwhich zsh\n```\n\n- install oh-my-zsh package manager of my choice\n\n```bash\nsh -c \"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"\n```\n\n- set zsh as default shell\n\n```bash\nchsh -s $(which zsh)\n```\n\n### install tmux\n\n```bash\nsudo dnf install tmux\n```\n\nbasic setup is complete time to install other apps and tools\n\n### other available apps on dnf\n\n```bash\nsudo dnf install  btop lazygit fzf zoxide eza mpv htop procs gdu bat fd hyperfine\n```\n\n---\n\n## linuxbrew\n\n- install build tools\n\n```bash\nsudo dnf groupinstall \"Development Tools\"\nsudo dnf install curl file git\n```\n\n- install linuxbrew from source\n\n```bash\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n```\n\n- test linuxbrew installation\n\n```bash\ntest -d ~/.linuxbrew \u0026\u0026 eval \"$(~/.linuxbrew/bin/brew shellenv)\"\ntest -d /home/linuxbrew/.linuxbrew \u0026\u0026 eval \"$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)\"\n\nbrew --version\n# test the installation\nbrew install hello\n```\n\nEnsure Homebrew is up-to-date:\n\n```bash\nbrew update\nbrew upgrade\n```\n\n\u003e ##### linuxbrew is an fork of Homebrew, the package manager for macOS. this lets us install all apps we macos have but dnf doesnt\n\npackages available on linuxbrew\n\n```bash\nbrew install tabiew duf dua atuin topgrade\n```\n\n---\n\n# important package managers/languages\n\n## JS/TS package managers\n\n### bun\n\n```bash\ncurl -fsSL https://bun.sh/install | bash # for macOS, Linux, and WSL\n```\n\n### npm \u0026 node\n\n```bash\nsudo dnf install  nodejs npm\n```\n\n### pnpm install\n\n```bash\nsudo npm i -g pnpm\n```\n\n### nvm install\n\n```bash\ncurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash\n```\n\n---\n\n## rust\n\n- rustup/cargo installation\n\n```bash\ncurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh\n```\n\n## golang\n\n```bash\nrm -rf /usr/local/go \u0026\u0026 tar -C /usr/local -xzf go1.22.6.linux-amd64.tar.gz\n```\n\n## c++\n\n```bash\nsudo dnf install g++ gcc-c++\n```\n\n## python3/pip\n\n```bash\nsudo dnf install python3-pip\n```\n\n---\n\n## yazi\n\n- the dependencies\n\n```bash\nsudo dnf install ffmpegthumbnailer p7zip p7zip-plugins jq poppler-utils fd-find ripgrep fzf zoxide ImageMagick xclip xsel wl-clipboard\n```\n\n- yazi installation from cargo _(you need to have rust installed)_\n\n```bash\ncargo install --locked --git https://github.com/sxyazi/yazi.git yazi-fm yazi-cli\n```\n\n- yazi installation with linuxbrew\n\n```bash\nbrew install yazi\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamarth-na%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamarth-na%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamarth-na%2Fdotfiles/lists"}