{"id":39802881,"url":"https://github.com/rookedsysc/dotfiles","last_synced_at":"2026-01-18T12:35:20.005Z","repository":{"id":62210716,"uuid":"312993166","full_name":"rookedsysc/dotfiles","owner":"rookedsysc","description":"Shell script for setting up Linux and UNIX.","archived":false,"fork":false,"pushed_at":"2026-01-13T04:26:50.000Z","size":4429,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-13T07:49:19.880Z","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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-11-15T09:00:02.000Z","updated_at":"2026-01-13T04:26:55.000Z","dependencies_parsed_at":"2025-08-13T19:09:17.191Z","dependency_job_id":"3c58dd18-bbcb-4e71-a0c8-f1456b2128d7","html_url":"https://github.com/rookedsysc/dotfiles","commit_stats":null,"previous_names":["rookedsysc/linux-macos-setting","rookedsysc/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rookedsysc/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rookedsysc%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rookedsysc%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rookedsysc%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rookedsysc%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rookedsysc","download_url":"https://codeload.github.com/rookedsysc/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rookedsysc%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28536002,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["setting","shell-script"],"created_at":"2026-01-18T12:35:19.242Z","updated_at":"2026-01-18T12:35:19.988Z","avatar_url":"https://github.com/rookedsysc.png","language":"Shell","readme":"## About\n\nThat is my Linux(Ubuntu, Kali) and Mac OS setting.\n\n## Install\n\nIn Mac OS\nwget https://raw.githubusercontent.com/rookedsysc/linux-macos-setting/master/mac-setting.sh\nsh 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\n\u003e [oh-my-zsh] plugin 'zsh-autosuggestions' not found\n\n    git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions\n    source ~/.zshrc\n\nIn root\n\n    su root\n        wget https://raw.githubusercontent.com/rookedsysc/linux-macos-setting/master/root-setting.sh\n    sh root-setting.sh\n\n## Claude Code \u0026 SuperClaude 설치\n\n### 사전 요구사항\n\n- Node.js와 npm 설치 필요\n- Git 설치 필요\n- Python 3.7+ 설치 필요\n- 인터넷 연결\n\n### 설치 방법 \n\n리눅스 시스템용 자동 설치 스크립트 사용:\n\n    wget https://raw.githubusercontent.com/rookedsysc/linux-macos-setting/master/linux-claude-installer.sh\n    chmod +x linux-claude-installer.sh\n    ./linux-claude-installer.sh\n\n설치 프로그램이 다음을 수행합니다:\n1. npm을 통해 Claude Code를 전역 설치\n2. uv 설치 (SuperClaude에 필요한 Python 패키지 매니저)\n3. SuperClaude Framework 저장소 클론\n4. Python 가상환경 설정\n5. SuperClaude 패키지 설치\n6. SuperClaude 설치 설정 실행\n\n\n## Docs\n\n- [AeroSpace](./docs/how-to-use-aerospace.md)\n\n### Jekkyll\n\nInstall in Ubuntu\n\n    wget https://raw.githubusercontent.com/rookedsysc/Linux_MacOS_Setting/master/jekyllSetting.sh\n    sh jekyllSetting.sh\n\nInstall in MacOS\n\n    wget https://raw.githubusercontent.com/rookedsysc/Linux_MacOS_Setting/master/macJekyll.sh\n    sh macJekyll.sh\n\nHow to start a server\n\n    jekyll serve\n\nIf you receive an error to install Gemfile:\n\n    cd [your gitblog local address]\n    bundler\n    sudo gem install jekyll bundler\n    bundle add webrick\n    sudo 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\n## KDE plasma for Kali Linux\n\nKDE plasma is a kind of Linux theme.\n\n![KDE plasma](./imgSrc/KDEplasma.jpeg)\nInstall\napt-get install kali-defaults kali-root-login desktop-base kde-plasma-desktop\nsudo update-alternatives --config x-session-manager \u003e set kde as default\n\n## Remark\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\n## Setting\n\nTimezone Setting (Korea)\n\n    sudo 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\n## Reference\n\n- Vundle\n  https://github.com/gmarik/Vundle.vim\n\n- Powerline\n  https://github.com/Lokaltog/vim-powerline\n  https://github.com/Lokaltog/vim-powerline/tree/develop/fontpatcher\n  https://github.com/Lokaltog/powerline-fonts\n\n- Unite/unite-gtags\n  https://github.com/Shougo/unite.vim\n  https://github.com/hewes/unite-gtags\n\n- Follow lokihardt\n  https://github.com/l0kihardt/vimrc\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frookedsysc%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frookedsysc%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frookedsysc%2Fdotfiles/lists"}