{"id":18368913,"url":"https://github.com/cheginit/dotfiles","last_synced_at":"2025-04-06T17:31:57.964Z","repository":{"id":109631540,"uuid":"208309042","full_name":"cheginit/dotfiles","owner":"cheginit","description":"Personal dotfiles","archived":false,"fork":false,"pushed_at":"2021-10-07T16:49:42.000Z","size":14286,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T04:03:14.392Z","etag":null,"topics":["dotfiles","ricing"],"latest_commit_sha":null,"homepage":null,"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/cheginit.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":"2019-09-13T17:01:16.000Z","updated_at":"2023-11-09T07:27:26.000Z","dependencies_parsed_at":"2023-03-10T10:45:27.348Z","dependency_job_id":null,"html_url":"https://github.com/cheginit/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/cheginit%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheginit%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheginit%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheginit%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cheginit","download_url":"https://codeload.github.com/cheginit/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247522435,"owners_count":20952551,"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","ricing"],"created_at":"2024-11-05T23:27:52.158Z","updated_at":"2025-04-06T17:31:54.025Z","avatar_url":"https://github.com/cheginit.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n\n\u003cimg src=\"https://raw.githubusercontent.com/cheginit/dotfiles/master/screenshot.png\" width=\"800\"\u003e\n\nThe dotfiles are configured based on [Regolith-linux](https://regolith-linux.org/).\n\nThe dotfiles can be configured as follows:\n```bash\nurl='https://gist.githubusercontent.com/cheginit/a5a3bc9dc76eb0aafd40679769abfbef/raw/ubunut20_regolith.sh' \u0026\u0026 \\\nwget -O ubuntu_regoligth.sh \"${url}\" \u0026\u0026 \\\nchmod +x ubuntu_regoligth.sh\n```\nThe script provides you with some options for customizing the installation. Just run `./ubuntu_regoligth.sh -h` to see the usage.\n\nAfter successful execution of the script run the following commands to set `zsh` as the default shell:\n```bash\nsudo passwd root \u0026\u0026 \\\nchsh -s $(which zsh)\n```\nThen reboot for changes to take effect.\n\nA list of some of the packages that will be installed with the dotfile installer are provided below:\n- IDE (latex, python, fortran, etc.): [`neovim`](https://github.com/neovim/neovim)\n- Photo editor: [GIMP](https://launchpad.net/~otto-kesselgulasch/+archive/ubuntu/gimp)\n- Vector graphics: [Inkscape](https://inkscape.org/) with [TexText](https://github.com/textext/textext)\n- Raw photo editor: [Rawtherapee](https://launchpad.net/~dhor/+archive/ubuntu/myway)\n- EMail: [`neomutt`](https://neomutt.org/) (can be configured using [mutt-wizard](https://github.com/LukeSmithxyz/mutt-wizard))\n- Media player: [VLC](https://www.videolan.org/vlc/index.html)\n- Documents: [`zathura`](https://pwmt.org/projects/zathura/) (PDF viewer), [PDFStudioViewer](https://www.qoppa.com/pdfstudioviewer/download/)(PDF forms and edit), [pandoc](https://github.com/jgm/pandoc/releases)(converter), [Zotero](https://www.zotero.org/download/)(PDF and bibliography manager)\n- Social: [Slack](https://snapcraft.io/slack), [Telegram](https://snapcraft.io/telegram-desktop), [Skype](https://repo.skype.com/latest/)\n- Browser: Firefox\n- Python: [Miniconda](https://repo.continuum.io/miniconda/)\n- Shell: `zsh` with [prezto](https://github.com/sorin-ionescu/prezto) framework\n- Cloud storage: [Dropbox](https://www.dropbox.com/install-linux)\n- Utilities: [`bat`](https://github.com/sharkdp/bat), [`zoxide`](https://github.com/ajeetdsouza/zoxide), [`ack`](https://beyondgrep.com/), [`fzf`](https://github.com/junegunn/fzf.vim) (ctrl+r), [`bashtop`](https://github.com/aristocratos/bashtop), [`imgp`](https://github.com/jarun/imgp), [`rofi-calc`](https://github.com/svenstaro/rofi-calc) (mod+c), [`thefuck`](https://github.com/nvbn/thefuck), [`td-cli`](https://github.com/darrikonn/td-cli), [`maim`](https://github.com/naelstrof/maim)\n- Wallpaper: from [wallpapers](https://github.com/turing753/wallpapers) repo\n- Config repositories: [`zsh`](https://github.com/cheginit/prezto), [`nvim`](https://github.com/cheginit/nvim-config)\n\nAlso, [Firefox-Mod](https://github.com/datguypiko/Firefox-Mod) theme will be installed for a more unified and polished look. I find the following Firefox add-ons useful:\n- [nightTab](https://addons.mozilla.org/en-US/firefox/addon/nighttab/)\n- [vimium](https://addons.mozilla.org/en-US/firefox/addon/vimium-ff)\n- [uBlock](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin)\n- [Session Sync](https://addons.mozilla.org/en-US/firefox/addon/session-sync)\n- [HTTPS everywhere](https://addons.mozilla.org/en-US/firefox/addon/https-everywhere)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheginit%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcheginit%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheginit%2Fdotfiles/lists"}