This repository is a collection of my configuration files for shell tools. They are supposed to mostly work both on macOS and Linux.
You can try the environment configured by this repository with the public Docker images I created:
docker run -it wendo/ubuntu-shell:main
To mount the current directory from the container, run the following command:
docker run -v $(pwd):/mnt -w /mnt -it wendo/ubuntu-shell:main
- neovim
- Type
v[Enter]
in the shell. - packer as a package manager.
- The configurations are located at
nvim/
. They are written in Lua.
- Type
- zsh
- sheldon as a package manager.
- See
.zshrc
to check its configuration.
- git
- Type
g[Enter]
in the shell. - See
.gitconfig
.
- Type
- tmux
- Type
t[Enter]
in the shell. - See
.gitconfig
.
- Type
- homebrew
Brewfile
s are located atbrew/
.
[Space]e
: Open the filer (nvim-tree).[Space]t
: Open the terminal.<Shift-Arrow>
: Resize the current window.<Ctrl-S>
: Save the current buffer.