{"id":16947688,"url":"https://github.com/toyboot4e/dotfiles","last_synced_at":"2025-04-11T20:05:26.818Z","repository":{"id":45556429,"uuid":"376773689","full_name":"toyboot4e/dotfiles","owner":"toyboot4e","description":"Personal configuration files (macOS / NixOS)","archived":false,"fork":false,"pushed_at":"2025-03-26T12:24:53.000Z","size":2188,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"nixos","last_synced_at":"2025-04-11T20:05:17.364Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/toyboot4e.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-06-14T09:45:03.000Z","updated_at":"2025-03-26T12:24:57.000Z","dependencies_parsed_at":"2023-02-15T14:31:57.281Z","dependency_job_id":"d634d0dc-d7a1-46bc-885f-240cf5a5175f","html_url":"https://github.com/toyboot4e/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toyboot4e%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toyboot4e%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toyboot4e%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toyboot4e%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toyboot4e","download_url":"https://codeload.github.com/toyboot4e/dotfiles/tar.gz/refs/heads/nixos","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248473129,"owners_count":21109628,"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":[],"created_at":"2024-10-13T21:48:03.034Z","updated_at":"2025-04-11T20:05:26.790Z","avatar_url":"https://github.com/toyboot4e.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+LINK: nix https://github.com/NixOS/nix\n#+LINK: hm https://github.com/nix-community/home-manager\n#+LINK: brew https://brew.sh/\n\n#+LINK: kitty https://sw.kovidgoyal.net/kitty/\n#+LINK: tmux https://github.com/tmux/tmux\n#+LINK: nerd https://github.com/ryanoasis/nerd-fonts\n#+LINK: evil https://github.com/emacs-evil/evil\n#+LINK: fish https://fishshell.com/\n\n#+LINK: qb https://qutebrowser.org/\n#+LINK: w3m http://w3m.sourceforge.net/\n\n#+LINK: skhd https://github.com/koekeishiya/skhd\n#+LINK: yabai https://github.com/koekeishiya/yabai\n#+LINK: karabiner https://karabiner-elements.pqrs.org/\n#+LINK: simple-bar https://github.com/Jean-Tinland/simple-bar\n#+LINK: uber https://github.com/felixhageloh/uebersicht\n#+LINK: spacebar https://github.com/somdoron/spacebar\n\n#+LINK: i3 https://github.com/i3/i3\n#+LINK: flameshot https://github.com/flameshot-org/flameshot\n\n#+LINK: ghq https://github.com/x-motemen/ghq\n#+LINK: gh https://github.com/cli/cli\n#+LINK: rg https://github.com/BurntSushi/ripgrep\n#+LINK: hgrep https://github.com/rhysd/hgrep\n#+LINK: fd https://github.com/sharkdp/fd\n#+LINK: as-tree https://github.com/jez/as-tree\n#+LINK: bat https://github.com/sharkdp/bat\n#+LINK: eza https://github.com/eza-community/eza\n#+LINK: delta https://github.com/delta-io/delta\n\n#+LINK: xdg-ninja https://github.com/b3nj5m1n/xdg-ninja\n\n* dotfiles\n\nI followed the cool [[https://github.com/koekeishiya/dotfiles][dotfiles]] for colors.\n\n[[./readme/nixos.png]]\n\n** List\n\n| Terminal | [[kitty][kitty]] with [[tmux][tmux]]                       |\n| Font     | SourceCodePro ([[nerd][nerd]])                  |\n| Editors  | NeoVim and [[evil][evil]] Emacs                 |\n| Shells   | bash and [[fish][fish]]                         |\n| Browsers | [[qb][qb]], firefox and [[w3m][w3m]]                   |\n| macOS    | [[yabai][yabai]], [[skhd][skhd]], [[simple-bar][simple-bar]] and [[karabiner][karabiner]] |\n| Linux    | X11, [[i3][i3]], [[flameshot][flameshot]]     |\n\n[[ghq][ghq]], [[gh][gh]], [[rg][rg]], [[hgrep][hgrep]], [[fd][fd]], [[as-tree][as-tree]], [[bat][bat]], [[eza][eza]], [[delta][delta]], GNU sed, GNU xargs and `rename`\n\n** Installations (WIP)\n\n*** macOS\n\nOld note:\n\nI fail to install some packages with [[nix][nix]] (somehow), so I'm using [[brew][brew]] for them:\n\n#+BEGIN_SRC sh\n$ brew install kitty\n$ brew install --cask qutebrowser\n$ brew install emacs-plus --with-no-titlebar\n$ brew install ccls node make cmake llvm\n#+END_SRC\n\nmacOS-only:\n\n#+BEGIN_SRC sh\n$ brew install yabai skhd\n$ brew install --cask karabiner-elements\n#+END_SRC\n\n[[simple-bar][simple-bar]] and [[uber][uber]]\n\n*** NixOS\n\nTODO: Distribute configuration files via =flake.nix=.\n\n*** Windows\n\nI'm still unfamilar with that OS!\n\n** Misc\n\n- [[xdg-ninja][xdg-ninja]]\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoyboot4e%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoyboot4e%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoyboot4e%2Fdotfiles/lists"}