From 0256742a62dc196fc8b1a5c8cea6c98c8aa6d48c Mon Sep 17 00:00:00 2001 From: Wiktor Zykubek Date: Tue, 1 Oct 2019 16:20:01 +0200 Subject: [PATCH] Add installation guide --- .oh-my-zsh | 1 + INSTALLATION.md | 21 +++++++++++++++++++++ README.md | 2 ++ 3 files changed, 24 insertions(+) create mode 160000 .oh-my-zsh create mode 100644 INSTALLATION.md diff --git a/.oh-my-zsh b/.oh-my-zsh new file mode 160000 index 0000000..f9e7c45 --- /dev/null +++ b/.oh-my-zsh @@ -0,0 +1 @@ +Subproject commit f9e7c45a484723f693a77ab6128a1cc163f3704a diff --git a/INSTALLATION.md b/INSTALLATION.md new file mode 100644 index 0000000..ad44e3c --- /dev/null +++ b/INSTALLATION.md @@ -0,0 +1,21 @@ +## Installation + +Install dependencies: +```bash +yay -S polybar termite ttf-dejavu-ib wget +``` + +Install oh-my-zsh: +```bash +sh -c "$(wget -O- https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" +``` + +Copy configs: +```bash +cp .zshrc ~ +cp -r .oh-my-zsh ~ +cp -r .config ~ +``` + +# Edit i3 config +To use i3 'u' should edit the config file to customize your keybinds, programs and other things. If 'u' want to use my config 'u' can do this. diff --git a/README.md b/README.md index 1e60195..8be14dc 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,11 @@ ``` ## My setup +* distro: arch linux * browser: qutebrowser * terminal: termite * file manager: ragner +* app menu: dmenu * text editor: neovim * window manager: i3 * status bar: polybar