From 11871c995593ec997e54eba462fb8f75e437a6ff Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Sat, 14 May 2022 11:47:33 +0200 Subject: [PATCH] :boom: ubuntu install scripts --- makefile | 3 +++ ubuntu.md | 12 ++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 makefile create mode 100644 ubuntu.md diff --git a/makefile b/makefile new file mode 100644 index 0000000..8acf274 --- /dev/null +++ b/makefile @@ -0,0 +1,3 @@ +ubuntu: + mkdir ~/.config/alacritty + ln -s -f ~/dotfiles/.config/alacritty/alacritty.yml ~/.config/alacritty/alacritty.yml diff --git a/ubuntu.md b/ubuntu.md new file mode 100644 index 0000000..01fc76a --- /dev/null +++ b/ubuntu.md @@ -0,0 +1,12 @@ +``` +sudo apt install neovim +sudo apt install librewolf +sudo apt install gnome-tweaks +sudo apt install alacritty +sudo apt install git +sudo apt install tmux +sudo apt install zsh + +# install oh-my-zsh to set zsh as default shell +``` +