shunsuke6 / dotfiles-mac

My dotfiles for command-line interface on Mac Book Pro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[日本語]

dotfiles

my dotfiles for command-line interface on Mac Book.

I use Alacritty.

We have just migrated and have it in working order, but there may be some things that do not work well that are problematic.

We will fix them as we go along.

overview

oerverview

contents

  • neovim plugins(lua)
  • tmux
  • zsh
  • zinit
  • Alacritty
  • asdf

how to install

depend on

  • git
  • curl
  • wget
  • homebrew
  • fig(Recommend)

packer install

cd ~
git clone --depth 1 https://github.com/wbthomason/packer.nvim /
~/.local/share/nvim/site/pack/packer/start/packer.nvim

git clone

git clone https://github.com/shunsuke6/dotfiles-mac.git .dotfiles

change gitcongfig

cd .dotfiles
vi .gitconfig
  email = <your email address>
  name = <your user name>

edit localization

  • language
vi .zshrc
  export lang=ja_jp.utf-8`
  # change your locale
  • datetime
vi .config/nvim/lua/plugins/sidebar.lua
  format = "%b %d日 (%a) %h:%m"`
  # change your locale

install

make dotfiles directory

./install.sh

Install the required applications manually or automatically.

If you are not using zsh, run chsh -s /usr/bin/zsh

For automatic installation, run app-install.sh.

For a list of applications, look here.


Install zsh plugins and some packages from github or script.

exec zsh

install asdf tools, dotnet tools, pyenv, poetry, ghcup, rustup,

~/bin/update-devtools.sh

install neovim plugins and create helptags, and install lsp.

I suggest you adjust linter and formatter in.config/nvim/lua/plagins/null-ls.lua.

vi +PackerSync
   :helptags all
   :lspinstallinfo
   :checkhealth

If PackerSync UI freezes,look this wiki

app-Install

./app-install.sh

Install the apps I use with Homebrew.

app list

  • bashdb
  • clang(llvm)
  • cmake
  • codespell
  • composer
  • colordiff
  • cppcheck
  • fd
  • fzf
  • gawk
  • github-cli
  • google-java-format
  • imagemagick
  • jq
  • llvm
  • luarocks
  • maven
  • nginx
  • openssh
  • ranger
  • ripgrep
  • shfmt
  • shellcheck
  • source-highlight
  • stylua
  • sqlfluff
  • tidy

Need to install manually

tmux setup

macos setup tmux-256color.

resource: bbqtd/macos-tmux-256color.md

About

My dotfiles for command-line interface on Mac Book Pro

License:MIT License


Languages

Language:Lua 50.7%Language:Python 31.1%Language:Shell 18.0%Language:Ruby 0.1%