https://github.com/junegunn/fzf GitHub - junegunn/fzf: :cherry_blossom: A command-line fuzzy finder:cherry_blossom: A command-line fuzzy finder. Contribute to junegunn/fzf development by creating an account on GitHub.github.com 터미널에서 현재 경로 아래에 다른 경로와 파일을 검색하여 값을 반환하거나 바로 이동 또는 과거에 사용한 명령어를 검색할 수 있다준비bat : cat의 대체. 파일을 더 괜찮은 형식으로 출력eza : ls의 대체. 아이콘, git 상태 표시 가능fd-find : find의 대체. 더 빠르고 직관적인 검색 ..
설정Neovim 으로 ~/.inputrc를 생성하면서 편집:nvim ~/.inputrc다음 설정을 추가:set completion-ignore-case on적용변경사항을 현재 shell에 적용:bind -f ~/.inputrc또는 터미널을 재시작추가 설정# Tab 한번만 눌러도 가능한 목록 표시set show-all-if-ambiguous on# 아무입력이 없어도 가능한 목록을 즉시 표시set show-all-if-unmodified on# 자동완성 목록을 컬러로 표시set colored-stats on# 파일 타입별로 다른 색상 사용set colored-completion-prefix on# 자동완성시 / * @ 등의 접미사를 표시set visible-stats on사용Documents로 자동완성됨cd..
보호되어 있는 글입니다.
zoxide - github/installation더 괜찮은 cd 명령설치APT를 이용해서 설치:sudo apt install zoxide설치 확인:zoxide --version준비다음 코드를 ~/. bashrc 에 추가:# --- Zoxide ---eval "$(zoxide init --cmd cd bash)" # zoxide를 불러오고 기본 cd 대신 사용변경사항을 현재 shell에 적용:source ~/.bashrc또는 한방에:echo 'eval "$(zoxide init --cmd cd bash)"' >> ~/.bashrc && . ~/.bashrcecho: 따옴표 안에 있는 내용을 출력>>: 결과를 특정 파일에 추가&&: 앞 명령이 성공하면 다음 명령 실행.: source와 같은 POSIX 명령..
2024년 12월 20일 기준npx create-react-app errorcd errornpm uninstall react react-domnpm install react@18 react-dom@18npm install --no-audit --save @testing-library/jest-dom@^5.14.1 @testing-library/react@^13.0.0 @testing-library/user-event@^13.2.1 web-vitals@^2.1.0
My dotfilesThis directory contains the dotfiles for my systemYouTube ReferencesDreams of AutonomytypecraftRequirementsEnsure you have the following installed on your systemGitbrew install gitStowbrew install stowInstallationFirst, check out the dotfiles repo in your $HOME directory using gitgit clone https://git@github.com/UnEmotioneD/dotfiles.gitcd dotfilesthen use GNU stow to create symlinksst..