From 6e90123d6fbbdc7d8d27b7b8696fe6194985441d Mon Sep 17 00:00:00 2001 From: Kevin Mok Date: Mon, 3 Dec 2018 10:03:24 -0500 Subject: [PATCH] Added pacman packages list --- README.md | 20 +++++------------ aliases/zsh_aliases | 8 ++++--- configs/i3/config | 15 +++++++------ pacman-pkgs.txt | 55 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 73 insertions(+), 25 deletions(-) create mode 100644 pacman-pkgs.txt diff --git a/README.md b/README.md index 41641b6..8964240 100644 --- a/README.md +++ b/README.md @@ -17,30 +17,20 @@ are also for my Linux * **WM**: [i3-gaps](https://github.com/Airblader/i3) * **Editor**: [Neovim](https://github.com/neovim/neovim) * **File Explorer**: [ranger](https://ranger.github.io/) +* [Packages I Use](https://github.com/Kevin-Mok/linux-config/blob/master/pacman-pkgs.txt) + + ## Setup I wrote a couple simple scripts ([`set-configs.sh`](https://github.com/Kevin-Mok/linux-config/blob/master/configs/set-configs.sh) & [`set-dotfiles.sh`](https://github.com/Kevin-Mok/linux-config/blob/master/dotfiles/set-dotfiles.sh)) to symbolically link the files/directories in the repository to the locations -they should be in the system. `set-configs.sh` sets different config files for -my PC and laptop as they have slightly different needs (multiple monitors, -screen size, etc.). - +they should be in the system. - -## Programs Used -* [i3blocks](https://github.com/vivien/i3blocks) - Alternative status bar for - i3wm. -* [Various Vim plug-ins](https://github.com/Kevin-Mok/linux-config/blob/master/dotfiles/vimrc#L54) -* [Neofetch](https://github.com/dylanaraps/neofetch) - CLI-based app to display - system information. -* [Oh My Zsh](https://github.com/robbyrussell/oh-my-zsh) - For Zsh config and - themes. -* [pywal](https://github.com/dylanaraps/pywal) - Color scheme coordinator. - + ## History diff --git a/aliases/zsh_aliases b/aliases/zsh_aliases index 4ee8457..36cfe1e 100644 --- a/aliases/zsh_aliases +++ b/aliases/zsh_aliases @@ -24,7 +24,7 @@ function src() { source $1 ; } alias cs='printf "\033c"' alias hst="history" -alias nf="neofetch" +alias nf="neofetch | lolcat" alias rur="xrdb ~/.Xresources" function gvx() { urxvt --help 2>&1 | grep $1 ; } # list file sizes in megabytes with depth 1 @@ -71,6 +71,7 @@ alias "f.."="f ..." function mvd() { mv $1 ~/Downloads ; } alias lhd="sudo fdisk -l" alias ds="df -h | grep sd" +alias nbu="ll /run/media/kevin/pc-backup/backups/nzxt | grep tgz" # }}} directory-related # @@ -120,7 +121,7 @@ alias aptu="sudo apt upgrade" # }}} system # # config files {{{ # -function glc() { grep $1 ~/linux-config/aliases/zsh_aliases ; } +function gz() { grep $1 ~/linux-config/aliases/zsh_aliases ; } alias lca="f ~/linux-config/aliases" source ~/.shortcuts @@ -209,7 +210,8 @@ alias gst="git stash" alias gstp="git stash pop" alias gc="git commit" -alias gcam="ga && git commit --amend" +alias gcam="ga && git commit --amend --no-edit" +alias gcamp="ga && git commit --amend --no-edit && gpsf" # todo: fix function gcm(){ echo git commit -m \""$1"\" ; } diff --git a/configs/i3/config b/configs/i3/config index 629343d..89e4fce 100644 --- a/configs/i3/config +++ b/configs/i3/config @@ -35,8 +35,7 @@ bindsym Mod4+m exec okular $sch_dir/calc-textbook.pdf bindsym Mod4+n exec nemo bindsym Mod4+p workspace $ws4; exec pgadmin3 # bindsym Mod4+p exec pycharm -# bindsym Mod4+r exec urxvt -e ranger -bindsym Mod4+r exec $runelite +bindsym Mod4+r exec urxvt -e ranger bindsym control+$mod+s exec systemctl suspend bindsym Mod4+t exec st bindsym Mod4+x exec $swex @@ -280,10 +279,12 @@ bindsym $mod+control+l resize shrink width 3 px or 3 ppt for_window [class="^.*"] border pixel 5 # for_window [class="^.*"] border pixel 2 -gaps inner 30 -gaps outer 10 -# gaps inner 0 -# gaps outer 0 +set $inner_gaps 30 +set $outer_gaps 5 +# gaps inner $inner_gaps +# gaps outer $outer_gaps +gaps inner 0 +gaps outer 0 # other gaps {{{ # @@ -296,7 +297,7 @@ gaps outer 10 # }}} other gaps # -bindsym control+shift+plus gaps inner all set 30;gaps outer all set 10 +bindsym control+shift+plus gaps inner all set $inner_gaps;gaps outer all set $outer_gaps bindsym control+shift+0 gaps inner all set 0;gaps outer all set 0 # }}} gaps # diff --git a/pacman-pkgs.txt b/pacman-pkgs.txt new file mode 100644 index 0000000..317c722 --- /dev/null +++ b/pacman-pkgs.txt @@ -0,0 +1,55 @@ +alsa-utils +bc +chromium +cmake +dhcpcd +dialog +dmenu +eog +fakeroot +feh +findutils +git +grep +grub +gscreenshot +htop +i3-gaps +i3blocks +i3status +imwheel +less +linux +linux-firmware +linux-headers +linux-lts +linux-lts-headers +lolcat +make +neofetch +noto-fonts +neovim +ntfs-3g +netctl +pacman +perl +pulseaudio +python-pip +python-pywal +python-setuptools +python2-pip +python-dbus +ranger +redshift +rxvt-unicode +sed +sudo +tar +udiskie +unzip +vi +wireless_tools +wpa_actiond +wpa_supplicant +xclip +zsh