{"id":21376352,"url":"https://github.com/rookedsysc/linux-macos-setting","last_synced_at":"2025-03-16T09:43:00.487Z","repository":{"id":62210716,"uuid":"312993166","full_name":"rookedsysc/linux-macos-setting","owner":"rookedsysc","description":"Shell script for setting up Linux and UNIX.","archived":false,"fork":false,"pushed_at":"2024-09-27T00:49:39.000Z","size":4374,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-22T21:43:18.765Z","etag":null,"topics":["setting","shell-script"],"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/rookedsysc.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}},"created_at":"2020-11-15T09:00:02.000Z","updated_at":"2024-09-27T00:49:42.000Z","dependencies_parsed_at":"2024-03-10T07:42:41.718Z","dependency_job_id":null,"html_url":"https://github.com/rookedsysc/linux-macos-setting","commit_stats":null,"previous_names":["rookedsysc/linux-macos-setting"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rookedsysc%2Flinux-macos-setting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rookedsysc%2Flinux-macos-setting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rookedsysc%2Flinux-macos-setting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rookedsysc%2Flinux-macos-setting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rookedsysc","download_url":"https://codeload.github.com/rookedsysc/linux-macos-setting/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243852437,"owners_count":20358270,"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":["setting","shell-script"],"created_at":"2024-11-22T09:15:06.666Z","updated_at":"2025-03-16T09:43:00.462Z","avatar_url":"https://github.com/rookedsysc.png","language":"Shell","readme":"About\n=====\nThat is my Linux(Ubuntu, Kali) and Mac OS setting.\n\nInstall\n-------\n\t\t\t\t\nIn Mac OS \n\t\n\twget https://raw.githubusercontent.com/rookedsysc/linux-macos-setting/master/mac-setting.sh\n\tsh macSetting.sh\n\nSetting for Users \n\n    wget https://raw.githubusercontent.com/rookedsysc/linux-macos-setting/master/user-setting.sh\n    sh user-setting.sh\n\n\u003e When zsh shell is activated, enter \"exit\" to continue the next installation.\n\nIf this error message is printed,\n\u003e [oh-my-zsh] plugin 'zsh-autosuggestions' not found\n\n\tgit clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions\n\tsource ~/.zshrc\n\nIn root\n\n\tsu root\n        wget https://raw.githubusercontent.com/rookedsysc/linux-macos-setting/master/root-setting.sh\n\tsh root-setting.sh\n\n### Jekkyll \n\nInstall in Ubuntu\n\n\twget https://raw.githubusercontent.com/rookedsysc/Linux_MacOS_Setting/master/jekyllSetting.sh\n\tsh jekyllSetting.sh\n\nInstall in MacOS\n\n\twget https://raw.githubusercontent.com/rookedsysc/Linux_MacOS_Setting/master/macJekyll.sh\n\tsh macJekyll.sh\n\nHow to start a server\n\n\tjekyll serve\n\nIf you receive an error to install Gemfile:\n\n\tcd [your gitblog local address]\n\tbundler\n\tsudo gem install jekyll bundler\n\tbundle add webrick\n\tsudo bundle exec jekyll serve\n\n![jekyllServe](./imgSrc/jekyllServe.png)\n\n#### algolia\n\n    export ALGOLIA_API_KEY='ADMIN KEY\"\n    bundle exec jekyll algolia\n    \n### mkdocs \n\n```console \npip3 install mkdocs\npip3 install mkdocs-material\nmkdocs serve --dev-addr 0.0.0.0:8080\n```\n\nIt's working in mac\n\nKDE plasma for Kali Linux\n-------\nKDE plasma is a kind of Linux theme.\n\n![KDE plasma](./imgSrc/KDEplasma.jpeg)\n\t\nInstall \n\t\n\tapt-get install kali-defaults kali-root-login desktop-base kde-plasma-desktop\n\tsudo update-alternatives --config x-session-manager \n\t\u003e set kde as default\n\nRemark\n------\n`F9` is a script runner\n\n`F12` is a singlecompiler and runner\n\n`\\gd` is gtags/def \n\n`\\gr` is gtags/ref \n\nIf you want to tracecode you need to change to your directory of source\nand enter a command , which is `gtags`. \n\nSetting\n-------\nTimezone Setting (Korea)\n\n\tsudo ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime\n\nUbuntu Dock Hide\n![Dock](./imgSrc/Dock_1.png)\n![Dock](./imgSrc/Dock_2.png)\n\nReference\n---------\n+ Vundle\nhttps://github.com/gmarik/Vundle.vim\n\n+ Powerline\nhttps://github.com/Lokaltog/vim-powerline\nhttps://github.com/Lokaltog/vim-powerline/tree/develop/fontpatcher\nhttps://github.com/Lokaltog/powerline-fonts\n\n+ Unite/unite-gtags\nhttps://github.com/Shougo/unite.vim\nhttps://github.com/hewes/unite-gtags\n\n+ Follow lokihardt\nhttps://github.com/l0kihardt/vimrc\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frookedsysc%2Flinux-macos-setting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frookedsysc%2Flinux-macos-setting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frookedsysc%2Flinux-macos-setting/lists"}