Skip to content

tamago3keran/dotfiles_for_desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles_for_desktop

Require

I am a Japanese Web engineer and I develop on a MacBook. I use a US layout keyboard, which I have set up to support Japanese. So I have introduced tools to support Japanese language as well as development.

WezTerm

My dotfiles can not used properly with Terminal.app which is installed by default on Mac. So I recommend using WezTerm. Please download WezTerm on the Website.

Docker

I use Docker for the development. So please install Docker Desktop for Mac.

Karabiner-Elements

I need the tool because I use Japanese on a MacBook with a US layout keyboard. So please install Karabiner-Elements.

Clipy

I extend the clipboard functionality to improve development efficiency on my MacBook. So please install Clipy.

Setup

After installing the tools, download the prepared config files.

WezTerm

curl -L https://raw.githubusercontent.com/tamago3keran/dotfiles_for_desktop/main/.wezterm.lua -o $HOME/.wezterm.lua

mkdir .wezterm
curl -L https://raw.githubusercontent.com/tamago3keran/dotfiles_for_desktop/main/.wezterm/background_image.jpeg -o $HOME/.wezterm/background_image.jpeg

Karabiner-Elements

mkdir -p $HOME/.config/karabiner
curl -L https://raw.githubusercontent.com/tamago3keran/dotfiles_for_desktop/main/.config/karabiner/karabiner.json -o $HOME/.config/karabiner/karabiner.json

Scripts

curl -L https://raw.githubusercontent.com/tamago3keran/dotfiles_for_desktop/main/scripts/setup_for_macos.sh -o $HOME/setup.sh
sh $HOME/setup.sh

※ Running the script will restart the computer. ※ Delete the script file after restart.

About

💻 .files of MacBook

Resources

Stars

Watchers

Forks