Added pacman packages list
This commit is contained in:
20
README.md
20
README.md
@@ -17,30 +17,20 @@ are also for my Linux
|
|||||||
* **WM**: [i3-gaps](https://github.com/Airblader/i3)
|
* **WM**: [i3-gaps](https://github.com/Airblader/i3)
|
||||||
* **Editor**: [Neovim](https://github.com/neovim/neovim)
|
* **Editor**: [Neovim](https://github.com/neovim/neovim)
|
||||||
* **File Explorer**: [ranger](https://ranger.github.io/)
|
* **File Explorer**: [ranger](https://ranger.github.io/)
|
||||||
|
* [Packages I Use](https://github.com/Kevin-Mok/linux-config/blob/master/pacman-pkgs.txt)
|
||||||
|
|
||||||
<!--- }}} Basic Info -->
|
<!--- }}} Basic Info -->
|
||||||
|
|
||||||
<!--- Setup {{{ -->
|
<!--- Setup {{{ -->
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
I wrote a couple simple scripts
|
I wrote a couple simple scripts
|
||||||
([`set-configs.sh`](https://github.com/Kevin-Mok/linux-config/blob/master/configs/set-configs.sh) &
|
([`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))
|
[`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
|
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
|
they should be in the system.
|
||||||
my PC and laptop as they have slightly different needs (multiple monitors,
|
|
||||||
screen size, etc.).
|
|
||||||
<!--- }}} Setup -->
|
|
||||||
|
|
||||||
<!--- Programs Used {{{ -->
|
<!--- }}} Setup -->
|
||||||
## 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 -->
|
|
||||||
|
|
||||||
<!-- History {{{ -->
|
<!-- History {{{ -->
|
||||||
## History
|
## History
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ function src() { source $1 ; }
|
|||||||
|
|
||||||
alias cs='printf "\033c"'
|
alias cs='printf "\033c"'
|
||||||
alias hst="history"
|
alias hst="history"
|
||||||
alias nf="neofetch"
|
alias nf="neofetch | lolcat"
|
||||||
alias rur="xrdb ~/.Xresources"
|
alias rur="xrdb ~/.Xresources"
|
||||||
function gvx() { urxvt --help 2>&1 | grep $1 ; }
|
function gvx() { urxvt --help 2>&1 | grep $1 ; }
|
||||||
# list file sizes in megabytes with depth 1
|
# list file sizes in megabytes with depth 1
|
||||||
@@ -71,6 +71,7 @@ alias "f.."="f ..."
|
|||||||
function mvd() { mv $1 ~/Downloads ; }
|
function mvd() { mv $1 ~/Downloads ; }
|
||||||
alias lhd="sudo fdisk -l"
|
alias lhd="sudo fdisk -l"
|
||||||
alias ds="df -h | grep sd"
|
alias ds="df -h | grep sd"
|
||||||
|
alias nbu="ll /run/media/kevin/pc-backup/backups/nzxt | grep tgz"
|
||||||
|
|
||||||
# }}} directory-related #
|
# }}} directory-related #
|
||||||
|
|
||||||
@@ -120,7 +121,7 @@ alias aptu="sudo apt upgrade"
|
|||||||
# }}} system #
|
# }}} system #
|
||||||
|
|
||||||
# config files {{{ #
|
# 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"
|
alias lca="f ~/linux-config/aliases"
|
||||||
|
|
||||||
source ~/.shortcuts
|
source ~/.shortcuts
|
||||||
@@ -209,7 +210,8 @@ alias gst="git stash"
|
|||||||
alias gstp="git stash pop"
|
alias gstp="git stash pop"
|
||||||
|
|
||||||
alias gc="git commit"
|
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
|
# todo: fix
|
||||||
function gcm(){ echo git commit -m \""$1"\" ; }
|
function gcm(){ echo git commit -m \""$1"\" ; }
|
||||||
|
|
||||||
|
|||||||
@@ -35,8 +35,7 @@ bindsym Mod4+m exec okular $sch_dir/calc-textbook.pdf
|
|||||||
bindsym Mod4+n exec nemo
|
bindsym Mod4+n exec nemo
|
||||||
bindsym Mod4+p workspace $ws4; exec pgadmin3
|
bindsym Mod4+p workspace $ws4; exec pgadmin3
|
||||||
# bindsym Mod4+p exec pycharm
|
# bindsym Mod4+p exec pycharm
|
||||||
# bindsym Mod4+r exec urxvt -e ranger
|
bindsym Mod4+r exec urxvt -e ranger
|
||||||
bindsym Mod4+r exec $runelite
|
|
||||||
bindsym control+$mod+s exec systemctl suspend
|
bindsym control+$mod+s exec systemctl suspend
|
||||||
bindsym Mod4+t exec st
|
bindsym Mod4+t exec st
|
||||||
bindsym Mod4+x exec $swex
|
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 5
|
||||||
# for_window [class="^.*"] border pixel 2
|
# for_window [class="^.*"] border pixel 2
|
||||||
|
|
||||||
gaps inner 30
|
set $inner_gaps 30
|
||||||
gaps outer 10
|
set $outer_gaps 5
|
||||||
# gaps inner 0
|
# gaps inner $inner_gaps
|
||||||
# gaps outer 0
|
# gaps outer $outer_gaps
|
||||||
|
gaps inner 0
|
||||||
|
gaps outer 0
|
||||||
|
|
||||||
# other gaps {{{ #
|
# other gaps {{{ #
|
||||||
|
|
||||||
@@ -296,7 +297,7 @@ gaps outer 10
|
|||||||
|
|
||||||
# }}} other gaps #
|
# }}} 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
|
bindsym control+shift+0 gaps inner all set 0;gaps outer all set 0
|
||||||
|
|
||||||
# }}} gaps #
|
# }}} gaps #
|
||||||
|
|||||||
55
pacman-pkgs.txt
Normal file
55
pacman-pkgs.txt
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user