기타9 SOLID 원칙 4분만에 알아보는 좋은 영상 https://youtu.be/wGWrOpRdu40?si=0rWSHiAlDCgfCgQ9 (2배속으로 보면 4분) 좋아서 또 보려고 블로그에 저장 2024. 3. 28. 오른쪽 Command 키로 한영 변환하기 오른쪽 Command 키로 한영 변환하기 요즘 들어 Caps Lock을 강하게 누르지 않으면 한영 변환이 잘 안되어 설정하게 되었다. 이렇게 하면 윈도우하고도 동일한 동작을 가져갈 수 있으니 편하다. 터미널에 순서대로 입력 1. hidutil property --set '{"UserKeyMapping":[{"HIDKeyboardModifierMappingSrc": 0x7000000E7,"HIDKeyboardModifierMappingDst": 0x70000006D}]}' 2. cd ~/Library/LaunchAgents/ 3. vi com.local.setting.key.remapping.plist 4. 아래의 .xml 파일을 붙여넣고 ESC -> :wq 입력으로 vi editor 종료 Label co.. 2023. 12. 31. .git pre-commit 훅에서 커밋 메시지 가져오기 #!/bin/bash commit_message_file=".git/COMMIT_EDITMSG" commit_message=$(cat "$commit_message_file") 이를 응용하면 커밋 메시지를 강제(?)로 꾸며줄 수도 있다. 2023. 7. 27. tailwindcss purge option 이슈 더보기 warn - The `purge`/`content` options have changed in Tailwind CSS v3.0. warn - Update your configuration file to eliminate this warning. warn - https://tailwindcss.com/docs/upgrade-guide#configure-content-sources tailwindcss가 3.0으로 오면서 purge옵션이 content로 옮겨갔기 때문에 뜨는 경고. /** @type {import('tailwindcss').Config} */ module.exports = { purge: ['./src/**/*.{js,jsx,ts,tsx}', './public/index.html'],.. 2023. 7. 24. 이전 1 2 다음