Thanks to visit codestin.com
Credit goes to github.com

Skip to content

gnoeyp/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nvim

Requirement: v0.8.0 이상

nvim-treesitter

:TSInstall javascript typescript tsx python

nvim-tree

https://www.nerdfonts.com/ 에서 Hack 폰트를 설치하고 iterm2에 등록한다.

telescope

live grep 기능을 사용하기 위해 ripgrep을 설치해야 한다.
https://github.com/BurntSushi/ripgrep

brew install ripgrep

Tmux

Tmux pakage manager

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

패키지 설치: prefix + I

Fish

Installation (OSX)

$ brew install fish
$ fish
$ fish_add_path /opt/homebrew/bin
$ echo "/opt/homebrew/bin/fish" | sudo tee -a /etc/shells
$ chsh -s /opt/homebrew/bin/fish

Fisher

https://github.com/jorgebucaran/fisher

curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher

Theme

fisher install oh-my-fish/theme-agnoster

zoxide

https://github.com/ajeetdsouza/zoxide

exa

https://the.exa.website/

brew install exa # OSX
apt-get install exa # linux

peco

https://github.com/peco/peco

brew install peco # OSX
apt-get install peco # linux

ghq

https://github.com/x-motemen/ghq

brew install ghq

ITerm2

https://github.com/mbadolato/iTerm2-Color-Schemes 을 clone한 후, schemes 폴더를 iterm2에서 import한다.

Etc.

commitizen

https://github.com/commitizen/cz-cli

npm install -g commitizen
npm install -g cz-conventional-changelog
echo '{ "path": "cz-conventional-changelog" }' > ~/.czrc

fzf

https://github.com/junegunn/fzf

Usage

vim $(fzf)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published