Skip to content

tkhrmd/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

とりあえずインストール (mac)

$ brew install \
    ripgrep \
    tmux \
    prettier \
    black \
    jq \
    go \
    tig \
    ctop

Vimをビルド (mac)

$ mkdir -p ~/workspaces/vim && cd $_
$ git clone https://github.com/vim/vim.git
$ cd vim
$ ./configure --prefix=$HOME/workspaces/vim/dest --enable-fail-if-missing --enable-terminal --enable-multibyte \
    && make \
    && make install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •