From b7d64396de92949b156645ffe846d475d78dbe17 Mon Sep 17 00:00:00 2001 From: lukecollier Date: Sun, 15 Aug 2021 23:11:52 +0100 Subject: [PATCH] feat: Added alacritty, and startship config with brewfile --- alacritty/alacritty.yaml | 0 brew/Brewfile | 10 ++++++++++ startship/starship.toml | 6 ++++++ 3 files changed, 16 insertions(+) create mode 100644 alacritty/alacritty.yaml create mode 100644 brew/Brewfile create mode 100644 startship/starship.toml diff --git a/alacritty/alacritty.yaml b/alacritty/alacritty.yaml new file mode 100644 index 0000000..e69de29 diff --git a/brew/Brewfile b/brew/Brewfile new file mode 100644 index 0000000..b599a9b --- /dev/null +++ b/brew/Brewfile @@ -0,0 +1,10 @@ +tap "homebrew/cask-fonts" +brew "font-jetbrains-mono-nerd-font" +brew "neovim" +brew "tmux" +brew "yarn" +brew "fzf" +brew "coursier" +brew "autojump" +brew "nnn" + diff --git a/startship/starship.toml b/startship/starship.toml new file mode 100644 index 0000000..06076c0 --- /dev/null +++ b/startship/starship.toml @@ -0,0 +1,6 @@ +# Don't print a new line at the start of the prompt +add_newline = false + +[line_break] +disabled = true +