__ __ __ _ ____ ____ ____ __ __ _
\ \/ /_ ______/ /___ _(_) __ \( __ )/ __ \/ // /( )_____
\ / / / / __ / __ `/ / / / / __ / / / / // /_|// ___/
/ / /_/ / /_/ / /_/ / / /_/ / /_/ / /_/ /__ __/ (__ )
/_/\__,_/\__,_/\__,_/_/\____/\____/\____/ /_/ /____/
__ __ _____ __
____/ /___ / /_/ __(_) /__ _____
/ __ / __ \/ __/ /_/ / / _ \/ ___/
/ /_/ / /_/ / /_/ __/ / / __(__ )
\__,_/\____/\__/_/ /_/_/\___/____/
- OS: Debian GNU/Linux 12
- Shell: Bash
- Desktop environment: KDE Plasma 5
- Terminal emulator: WezTerm
I mainly use VSCode for development, but I switch editors depending on my mood.
I love monokai colorscheme.
- Visual Studio Code(mainly used)
- Vim
- Neovim
- using LazyVim
- Zed
- Lazygit(Git TUI)
- Lazydocker(Docker TUI)
- Yazi(File manager)
- htop
- bottom
- OBS
- VLC media player
- GIMP
curl https://raw.githubusercontent.com/yudai0804/dotfiles/master/scripts/install.sh | bash
This Docker image applies these dotfiles. https://hub.docker.com/repository/docker/yudai0804/dotfiles-debian/general
docker run -it yudai0804/dotfiles-debian:latest bash
docker compose
docker run -it dotfiles-yudai0804-debian bash
mkdir -p ~/.ssh
cd ~/.ssh
ssh-keygen -t rsa
そしたらid_rsa.pubをGitHubに追加する。 GitHubで追加するときはauthenitiaciton Keyを選ぶ
curl -fsSL https://apt.fury.io/wez/gpg.key | sudo gpg --yes --dearmor -o /etc/apt/keyrings/wezterm-fury.gpg
echo 'deb [signed-by=/etc/apt/keyrings/wezterm-fury.gpg] https://apt.fury.io/wez/ * *' | sudo tee /etc/apt/sources.list.d/wezterm.list
sudo apt update && sudo apt install -y wezterm
sudo add-apt-repository ppa:obsproject/obs-studio
sudo apt install obs-studio
sudo apt install -y vlc
sudo apt install -y gimp
curl -f https://zed.dev/install.sh | sh
./scripts/install-vscode.sh
./scripts/install-docker-debian.sh