{"id":15859051,"url":"https://github.com/michaelcade/dotfiles","last_synced_at":"2025-09-03T12:40:50.002Z","repository":{"id":99981146,"uuid":"401673101","full_name":"MichaelCade/dotfiles","owner":"MichaelCade","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-10T22:36:19.000Z","size":6971,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-27T04:24:59.621Z","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/MichaelCade.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-31T11:10:04.000Z","updated_at":"2023-08-25T13:54:46.000Z","dependencies_parsed_at":"2024-10-27T03:43:31.600Z","dependency_job_id":"a16d00ec-877e-4833-a299-b9a2c5fa2642","html_url":"https://github.com/MichaelCade/dotfiles","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":0.09999999999999998,"last_synced_commit":"0150ba12cb947ce2b51c2f9678dc1e6de7ba3ff8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCade%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCade%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCade%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCade%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MichaelCade","download_url":"https://codeload.github.com/MichaelCade/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243801610,"owners_count":20350106,"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-05T21:03:13.224Z","updated_at":"2025-03-15T23:30:53.790Z","avatar_url":"https://github.com/MichaelCade.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\n## Instructions for Custom dev workspace \n\n- Changing Shell from Bash to ZSH \n- Install oh-my-zsh \n- Add ZSH Plugins \n- Gnome Extensions \n- Dracula Theme \n- Background change\n\n\n\n\n## Changing Shell from Bash to ZSH \n\nsudo apt install zsh \n\nchsh -s $(which zsh)\n\nlogout \n\n### If `chsh` command not found\n-bash: chsh: command not found\n\nTry this one of these:\n\n| Distribution | Command to Install `passwd` Utility |\n|--------------|-----------------------------------|\n| Debian | `apt-get install passwd` |\n| Ubuntu | `apt-get install passwd` |\n| Alpine | `apk add util-linux` |\n| Arch Linux | `pacman -S util-linux` |\n| Kali Linux | `apt-get install passwd` |\n| CentOS | `yum install util-linux-ng` |\n| Fedora | `dnf install util-linux-user` |\n| macOS | `brew install util-linux` |\n| Raspbian | `apt-get install passwd` |\n\nPlease note that for some distributions, such as Ubuntu and Kali Linux, the passwd utility may already be installed by default.\n\n\n## test that it worked \necho $SHELL \n\n## Install oh-my-zsh \n\nsh -c \"$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"\n\n## change the theme in the .zshrc to agnoster \n\nnano .zshrc \n\nsource .zshrc \n\ngit clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k\n\n## change the theme in the .zshrc to powerlevel10k/powerlevel10k \n\n## Add ZSH Plugins \n\ngit clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions\ngit clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting\n\n## back into the .zshrc make the plugins add with \n\nnano .zshrc\n\nzsh-autosuggestions zsh-syntax-highlighting\n\n## Gnome Extensions \n\nsudo apt install chrome-gnome-shell\nsudo apt install gnome-tweaks\n\n## Visit https://extensions.gnome.org/ in your web browser \n\n## Install the following: \n- Caffeine \n- CPU Power Manager\n- Dash to Dock \n- Desktop Icons \n- User Themes \n\n## Now we can really start to customise with the following \n\n## https://draculatheme.com/\n\n## Gnome Terminal \ngit clone https://github.com/dracula/gnome-terminal\ncd gnome-terminal\n./install.sh\ncd \n\n## From terminal or automated  \n## Theme \ncd Downloads \nwget https://github.com/dracula/gtk/archive/master.zip\nsudo unzip master.zip -d /usr/share/themes \u0026\u0026 sudo mv /usr/share/themes/gtk-master /usr/share/themes/Dracula\ngsettings set org.gnome.desktop.interface gtk-theme \"Dracula\"\ngsettings set org.gnome.desktop.wm.preferences theme \"Dracula\"\n\n## Icons\nwget https://github.com/dracula/gtk/files/5214870/Dracula.zip\nsudo unzip Dracula.zip -d /usr/share/icons\ngsettings set org.gnome.desktop.interface icon-theme \"Dracula\"\n\n## Logout and back in\n\n## Background change\n\n## Download my dotfiles from github \n\ngit clone https://github.com/MichaelCade/dotfiles.git\n\n## change desktop background to CachedImage_3840_1080_POS4.jpg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelcade%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelcade%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelcade%2Fdotfiles/lists"}