Skip to content

Commit

Permalink
feat: update alacritty.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
iuiaoin committed Sep 2, 2024
1 parent 86cc054 commit 8efbdff
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 156 deletions.
1 change: 0 additions & 1 deletion Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ brew "wget"
brew "zsh"
brew "six"
brew "thefuck"
cask "hyper"
cask "alacritty"
cask "miniconda"
cask "google-chrome"
Expand Down
13 changes: 11 additions & 2 deletions _alacritty/.alacritty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ white = "#eff0eb"

[window.padding]
x = 14
y = 12
y = 22

[window.dimensions]
columns = 125
Expand All @@ -52,4 +52,13 @@ args = ["--login"]

[window]
decorations = "Transparent"
startup_mode = "Windowed"
startup_mode = "Windowed"

[keyboard]
bindings = [
{ key = "Left", mods = "Alt", chars = "\u001bB" },
{ key = "Right", mods = "Alt", chars = "\u001bF" },
{ key = "Left", mods = "Command", chars = "\u001bOH" },
{ key = "Right", mods = "Command", chars = "\u001bOF" },
{ key = "Back", mods = "Command", chars = "\u0015" }
]
152 changes: 0 additions & 152 deletions _hyper/.hyper.js

This file was deleted.

1 change: 0 additions & 1 deletion _install/macos.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ zshrc() {
echo "-----------------------------------------------------------"

cat $HOME/dotfiles/_zshrc/macos.zshrc > $HOME/.zshrc
cat $HOME/dotfiles/_hyper/.hyper.js > $HOME/.hyper.js
cat $HOME/dotfiles/_alacritty/.alacritty.toml > $HOME/.alacritty.toml
}

Expand Down

0 comments on commit 8efbdff

Please sign in to comment.