Browse Source

Added pacman packages list

red-hat-laptop
Kevin Mok 5 years ago
parent
commit
6e90123d6f
  1. 20
      README.md
  2. 8
      aliases/zsh_aliases
  3. 15
      configs/i3/config
  4. 55
      pacman-pkgs.txt

20
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)
<!--- }}} Basic Info -->
<!--- Setup {{{ -->
## 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.).
<!--- }}} Setup -->
they should be in the system.
<!--- Programs Used {{{ -->
## 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.
<!--- }}} Programs Used -->
<!--- }}} Setup -->
<!-- History {{{ -->
## History

8
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"\" ; }

15
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 #

55
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
Loading…
Cancel
Save