Skip to content

Commit

Permalink
[fix] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nomutin committed Jul 4, 2024
1 parent 1b58a9c commit d3c6a35
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ bash -c "$(curl https://raw.githubusercontent.com/nomutin/dotfiles/master/script

| App Group | App | Host/Guest | Config |
| --- | --- | --- | :---: |
| Shell | [zsh](https://www.zsh.org) | Host | [🔍](./xgd_config/zsh/.zshrc) |
| | [bash](https://www.gnu.org/software/bash/) | Guest | [🔍](./config/.bashrc.local) |
| Package Manager | [Homebrew](https://brew.sh) | Host | [🔍](./config/Brewfile) |
| | [mise](https://mise.jdx.dev/) | Host/Guest | [🔍](./xgd_config/mise/config.toml) |
| Terminal Emulator | [Alacritty](https://alacritty.org/) | Host | [🔍](./xgd_config/alacritty/alacritty.toml) |
| Terminal Multiplexer | [zellij](https://zellij.dev) | Host/Guest | [🔍](./xgd_config/zellij/config.kdl) |
| Text Editor | [neovim](https://neovim.io) | Host/Guest | [🔍](./xgd_config/nvim/README.md) |
| | [vim](https://www.vim.org) | Host/Guest | [🔍](./xgd_config/vim/vimrc) |
| Shell | [zsh](https://www.zsh.org) | Host | [🔍](./xdg_config/zsh/.zshrc) |
| | [bash](https://www.gnu.org/software/bash/) | Guest | [🔍](./config/.bashrc.local) | | Package Manager | [Homebrew](https://brew.sh) | Host | [🔍](./config/Brewfile) |
| | [mise](https://mise.jdx.dev/) | Host/Guest | [🔍](./xdg_config/mise/config.toml) |
| Terminal Emulator | [Alacritty](https://alacritty.org/) | Host | [🔍](./xdg_config/alacritty/alacritty.toml) |
| Terminal Multiplexer | [zellij](https://zellij.dev) | Host/Guest | [🔍](./xdg_config/zellij/config.kdl) |
| Text Editor | [neovim](https://neovim.io) | Host/Guest | [🔍](./xdg_config/nvim/README.md) |
| | [vim](https://www.vim.org) | Host/Guest | [🔍](./xdg_config/vim/vimrc) |
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eu

source_config_dir="${HOME}"/.dotfiles/xgd_config
source_config_dir="${HOME}"/.dotfiles/xdg_config
target_config_dir="${HOME}"/.config

mkdir -p "$target_config_dir"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d3c6a35

Please sign in to comment.