From b0a877a71b626723e4db3447d3de3374c499270e Mon Sep 17 00:00:00 2001 From: juan Date: Sun, 10 Oct 2021 09:50:43 +0800 Subject: [PATCH] I dont need readme anymore --- .zshrc | 2 +- README.md | 24 ------------------------ 2 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 README.md diff --git a/.zshrc b/.zshrc index 10a9570..9767755 100644 --- a/.zshrc +++ b/.zshrc @@ -142,7 +142,7 @@ alias grep='grep --color=auto' alias info="info --vi-keys" alias ip='ip -color=auto' alias la='ls -a --color=auto' -alias ll='ls -l --color=auto' +alias ll='ls -l --color=auto --human-readable' alias ls='ls --color=auto' alias nya='doas' alias p='python' diff --git a/README.md b/README.md deleted file mode 100644 index 73c0ba5..0000000 --- a/README.md +++ /dev/null @@ -1,24 +0,0 @@ -# dotfiles - -my dotfiles for an Arch Linux desktop and a Gentoo laptop - -## Softwares - -- Sway - WM -- Firefox - I built from source with wayland support -- kitty - terminal emulator -- beets - music library management -- mpd - music server -- ncmpcpp - music player -- neovim with VimPlug - text editor and a lightweight plugin manager -- wofi - wayland native app launcher -- zsh with zinit - a shell and a fast plugin framework -- wob - bar in wayland - -## Screenshots - -### Sway - -![windows](https://user-images.githubusercontent.com/72336775/122357027-def01800-cf42-11eb-82f9-3d08ea86317a.png) - -![background](https://user-images.githubusercontent.com/72336775/122357052-e3b4cc00-cf42-11eb-902e-0337852f885e.png)