Skip to content

rookedsysc/dotfiles

Repository files navigation

About

That is my Linux(Ubuntu, Kali) and Mac OS setting.

Install

In Mac OS wget https://raw.githubusercontent.com/rookedsysc/linux-macos-setting/master/mac-setting.sh sh macSetting.sh

Setting for Users

wget https://raw.githubusercontent.com/rookedsysc/linux-macos-setting/master/user-setting.sh
sh user-setting.sh

When zsh shell is activated, enter "exit" to continue the next installation.

If this error message is printed,

[oh-my-zsh] plugin 'zsh-autosuggestions' not found

git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
source ~/.zshrc

In root

su root
    wget https://raw.githubusercontent.com/rookedsysc/linux-macos-setting/master/root-setting.sh
sh root-setting.sh

TMUX 사용법

열기

TPM (Tmux Plugin Manager) 설치

tmux 플러그인 관리를 위해 TPM을 설치해야 합니다.

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

설치 후 tmux에서 prefix + I를 눌러 플러그인을 설치합니다.

Claude Code & SuperClaude 설치

사전 요구사항

  • Node.js와 npm 설치 필요
  • Git 설치 필요
  • Python 3.7+ 설치 필요
  • 인터넷 연결

설치 방법

리눅스 시스템용 자동 설치 스크립트 사용:

wget https://raw.githubusercontent.com/rookedsysc/linux-macos-setting/master/linux-claude-installer.sh
chmod +x linux-claude-installer.sh
./linux-claude-installer.sh

설치 프로그램이 다음을 수행합니다:

  1. npm을 통해 Claude Code를 전역 설치
  2. uv 설치 (SuperClaude에 필요한 Python 패키지 매니저)
  3. SuperClaude Framework 저장소 클론
  4. Python 가상환경 설정
  5. SuperClaude 패키지 설치
  6. SuperClaude 설치 설정 실행

Docs

Jekkyll

Install in Ubuntu

wget https://raw.githubusercontent.com/rookedsysc/Linux_MacOS_Setting/master/jekyllSetting.sh
sh jekyllSetting.sh

Install in MacOS

wget https://raw.githubusercontent.com/rookedsysc/Linux_MacOS_Setting/master/macJekyll.sh
sh macJekyll.sh

How to start a server

jekyll serve

If you receive an error to install Gemfile:

cd [your gitblog local address]
bundler
sudo gem install jekyll bundler
bundle add webrick
sudo bundle exec jekyll serve

jekyllServe

algolia

export ALGOLIA_API_KEY='ADMIN KEY"
bundle exec jekyll algolia

mkdocs

pip3 install mkdocs
pip3 install mkdocs-material
mkdocs serve --dev-addr 0.0.0.0:8080

It's working in mac

KDE plasma for Kali Linux

KDE plasma is a kind of Linux theme.

KDE plasma Install apt-get install kali-defaults kali-root-login desktop-base kde-plasma-desktop sudo update-alternatives --config x-session-manager > set kde as default

Remark

F9 is a script runner

F12 is a singlecompiler and runner

\gd is gtags/def

\gr is gtags/ref

If you want to tracecode you need to change to your directory of source and enter a command , which is gtags.

Setting

Timezone Setting (Korea)

sudo ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime

Ubuntu Dock Hide Dock Dock

Reference

About

Shell script for setting up Linux and UNIX.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors