{"id":16022898,"url":"https://github.com/jhchabran/dotfiles","last_synced_at":"2025-04-09T18:12:29.750Z","repository":{"id":18383599,"uuid":"21564488","full_name":"jhchabran/dotfiles","owner":"jhchabran","description":"Personal dotfiles : kitty+ neovim + qutebrowser","archived":false,"fork":false,"pushed_at":"2025-01-06T11:33:18.000Z","size":335,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T18:12:26.189Z","etag":null,"topics":["dotfiles"],"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/jhchabran.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}},"created_at":"2014-07-07T09:14:58.000Z","updated_at":"2025-02-04T15:42:14.000Z","dependencies_parsed_at":"2022-08-04T23:30:38.044Z","dependency_job_id":null,"html_url":"https://github.com/jhchabran/dotfiles","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhchabran%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhchabran%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhchabran%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhchabran%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jhchabran","download_url":"https://codeload.github.com/jhchabran/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248085326,"owners_count":21045139,"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":["dotfiles"],"created_at":"2024-10-08T18:42:45.767Z","updated_at":"2025-04-09T18:12:29.734Z","avatar_url":"https://github.com/jhchabran.png","language":"Shell","readme":"# Dotfiles\n\nThose are my dotfiles and are meant to be used on a macOS computer.\nEverything is splitted in modules making the maintainance and the evolutions easy.\n\n:bulb: If you're looking for my vimfiles, they're in another repository: https://github.com/jhchabran/nvim-config\n\n## A brief interlude about workflow\n\nDotfiles, often are a pile of configuration snippets on top of each others and a courageous person can sometimes find \nuseful ideas to port in their own config. While I think that's pretty neat in itself, I feel like half of the value is being\nleft out because it's really hard to grasp the author workflow without some high-level description. \n\nSo at the bottom of this README, I describe how I do things. I hope that I'll remember to update it as my workflow change :muscle:\n\n## Install\n\nClone this repository to ~/.dotfiles\n\n```\ngit clone git@github.com:jhchabran/dotfiles.git ~/.dotfiles\n```\n\nThen install the dotfiles:\n```\n~/.dotfiles/setup.sh\n```\n\nThe script will ask for information regarding Git configuration(name, email), computer name as well as sudo password.\n\nAnd from time to time, feel free to run the following command to keep your system up-to-date(OSX, Brew, and dotfiles).\n\n```\ndotfiles-update\n```\n\n### Dependencies\n\n- [Delta](https://github.com/dandavison/delta)\n- [Kitty](https://sw.kovidgoyal.net/kitty)\n- [Ripgrep](https://github.com/BurntSushi/ripgrep)\n\n## Workflow\n\nA typical session looks like the following: \n\n1. `cmd+e` to fuzzy find within a list of both work and personal repositories and either open a new terminal (window in Kitty's jargon) or jump on that terminal if it already exists.\n  - That's basically the same thing as [`tmux-sessionizer`](https://github.com/ThePrimeagen/.dotfiles/blob/master/bin/.local/bin/tmux-sessionizer), but with kitty [see the script](bin/kitty-sessionizer).\n2. `vi`, which will launch _neovim_ in the project root. It'll restore the previous session (opened files and buffers) automatically.\n3. open another terminal within _neovim_ when needed\n\nSometimes I'll need to deal with some state on the system:\n\n- `kill **` and then pressing TAB will open up _FZF_ and fuzzy find through the process list.\n- `who-listens 8080` will tell me which process is listening on 8080. \n\nFrequently, I'm searching for something:\n\n- `rg ...` for plain-text searches\n- LSP symbols fuzzy search, within _neovim_, when searching for a function or a type name\n\nWhen it comes to git, it's pretty vanilla:\n- straight `git` commands, aliasing only confuses me, I never seem to remember them. \n- `gco` to switch branches with fuzzy finding\n- _delta_ to provide more readable diffs, and I really like the side by side view.\n- half the time, git commands are performed within the editor, with plugins.\n\nMultitasking: \n\n- _kitty_ provides tabs and splits, which is largely enough for me. \n  - I have been a heavy _tmux_ user for years but I don't use it anymore, it always felt like a broken abstraction.\n- I use _magnet_ to provide a kind-of tiling WM experience.\n\n## Licence\n\nIt is free software, and may be redistributed under the terms specified in the [LICENSE](./LICENCE) file.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhchabran%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjhchabran%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhchabran%2Fdotfiles/lists"}