{"id":21926653,"url":"https://github.com/plainas/myfishconfig","last_synced_at":"2026-04-29T16:38:58.846Z","repository":{"id":56852598,"uuid":"253093477","full_name":"plainas/myfishconfig","owner":"plainas","description":"My fish configuration","archived":false,"fork":false,"pushed_at":"2022-11-21T09:50:01.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-22T11:49:34.370Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/plainas.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2020-04-04T20:33:11.000Z","updated_at":"2022-01-04T04:23:02.000Z","dependencies_parsed_at":"2022-09-01T22:02:21.404Z","dependency_job_id":null,"html_url":"https://github.com/plainas/myfishconfig","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/plainas/myfishconfig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plainas%2Fmyfishconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plainas%2Fmyfishconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plainas%2Fmyfishconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plainas%2Fmyfishconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plainas","download_url":"https://codeload.github.com/plainas/myfishconfig/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plainas%2Fmyfishconfig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271113419,"owners_count":24701609,"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","status":"online","status_checked_at":"2025-08-19T02:00:09.176Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-28T22:09:36.670Z","updated_at":"2026-04-29T16:38:58.809Z","avatar_url":"https://github.com/plainas.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My fish configuration\n\nThis I setup my shell on a fresh install. This is here mostly as my own memory aid.\n\n\n## Basic idea\n\nPersist only `~/.config/fish/config.fish` and `~/.config/fish/fish_plugins`. Don't put other files manually in the fish config directory manually. Let fisher handle that instead through its fishfile, which specifies which packages to install. This setup will install fisher automatically.\n\n\nIf a new file is needed, create a git repo and put it in there. Then add the repo url to the fish file and run fisher. In other words, create a fisher package.\n\nIf more evolved stuff is needed, self-bootstrap it in the `config.fish` file instead. This is already what happens with fisher and the scripts folder.\n\n\n## installation\n\nFirst install a bunch of stuff, package names may vary across distros:\n\n```\n# example for installing most of them on debian/mint/ubuntu\n# apt install fish curl silversearcher-ag git vim httpie jq gron python3-pip ncdu fd-find build-essential zim percol\n\nfish\ncurl\nag\ngit\nvim\nhttpie\npercol\nag\njq\ngron\nxsv\npython3-pip\nncdu\nfd-find\nbuild-essential\nvscode\nzim\ntq\nranger\nfx\nneovim\n```\n\nThen persist the files and make fish the default shell\n\n```\ncurl https://raw.githubusercontent.com/plainas/myfishconfig/master/config.fish --create-dirs -sLo ~/.config/fish/config.fish\ncurl https://raw.githubusercontent.com/plainas/myfishconfig/master/fish_plugins --create-dirs -sLo ~/.config/fish/fish_plugins\n\nchsh -s `which fish`\n```\n\nThe fish config file will take care of the rest automatically:\n  \n  * install fisher\n  * create ~/scripts folder and add it to $PATH\n\n## Extra steps required for installation on OSX\n\nAdd fish to list of existing shells in ''/etc/shells'' before tunning chsh\n\nAdd brew path to fish user paths\n\n```\nset -U fish_user_paths /opt/homebrew/bin $fish_user_paths\n```\n\nMore details here:\nhttps://gist.github.com/gagarine/cf3f65f9be6aa0e105b184376f765262\n\n## TODO\n\nPersist the scripts folder. I am not sure I need or will use this much.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplainas%2Fmyfishconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplainas%2Fmyfishconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplainas%2Fmyfishconfig/lists"}