Kevin Mok
6 years ago
15 changed files with 41 additions and 134 deletions
-
29README.md
-
7aliases/zsh_aliases
-
10configs/i3/config
-
2configs/i3blocks-scripts/spotify
-
6configs/i3blocks-scripts/volume
-
1configs/sam-i3blocks/sam-i3blocks.conf
-
1dotfiles/.vimrc
-
1dotfiles/.xinitrc
-
4scripts/backup.sh
-
0txt/exclude-dirs-backup.txt
-
5txt/key_dirs.txt
-
1txt/key_files.txt
-
9txt/nzxt-pkgs.txt
-
25txt/pacman-pkgs/aur-pkgs.txt
-
74txt/pacman-pkgs/pacman-pkgs.txt
@ -1,43 +1,30 @@ |
|||||
<!--- Intro {{{ --> |
<!--- Intro {{{ --> |
||||
# Kevin's Linux Setup |
# Kevin's Linux Setup |
||||
|
|
||||
![desktop-screenshot-2](https://i.imgur.com/DivyfTu.png) |
|
||||
|
|
||||
![desktop-screenshot](https://i.imgur.com/lkicLP5.png) |
|
||||
*Screenshots from my desktop config.* |
|
||||
|
![desktop-screenshot](https://i.imgur.com/Fpsr8Fc.png) |
||||
|
*Screenshot from my dual-monitor setup.* |
||||
|
|
||||
This repository contains the dotfiles to increase my workflow efficiency. They |
This repository contains the dotfiles to increase my workflow efficiency. They |
||||
are also for my Linux |
are also for my Linux |
||||
[rice](https://www.reddit.com/r/unixporn/comments/3iy3wd/stupid_question_what_is_ricing/cukxwog/). |
[rice](https://www.reddit.com/r/unixporn/comments/3iy3wd/stupid_question_what_is_ricing/cukxwog/). |
||||
<!--- }}} Intro --> |
<!--- }}} Intro --> |
||||
|
|
||||
<!--- Basic Info {{{ --> |
|
||||
## Basic Info |
|
||||
* **OS**: [Arch Linux](https://www.archlinux.org/) ([packages](https://github.com/Kevin-Mok/linux-config/blob/master/txt/pacman-pkgs/auto-pacman-pkgs.txt)) |
|
||||
|
<!--- Main Programs {{{ --> |
||||
|
## Main Programs |
||||
|
* **OS**: [Arch Linux](https://www.archlinux.org/) ([packages](txt/nzxt-pkgs.txt)) |
||||
* 15s boot time, 25s restart time on an SSD. :smiley: |
* 15s boot time, 25s restart time on an SSD. :smiley: |
||||
* **Terminal**: [rxvt-unicode-pixbuf](https://www.wikiwand.com/en/Rxvt) |
* **Terminal**: [rxvt-unicode-pixbuf](https://www.wikiwand.com/en/Rxvt) |
||||
* **Shell**: [Zsh](http://zsh.sourceforge.net/) + [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) |
* **Shell**: [Zsh](http://zsh.sourceforge.net/) + [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) |
||||
* **Window Manager**: [i3wm](https://i3wm.org/) + [i3-gaps](https://github.com/Airblader/i3) |
|
||||
* **Editor**: [Neovim](https://github.com/neovim/neovim) ([plugins](https://github.com/Kevin-Mok/linux-config/blob/master/dotfiles/vimrc#L51)) |
|
||||
|
* **Window Manager**: [i3-gaps](https://github.com/Airblader/i3) |
||||
|
* **Editor**: [Neovim](https://github.com/neovim/neovim) ([plugins](dotfiles/vimrc#L51)) |
||||
* **File Manager**: [ranger](https://ranger.github.io/) |
* **File Manager**: [ranger](https://ranger.github.io/) |
||||
<!--- }}} Basic Info --> |
<!--- }}} Basic Info --> |
||||
|
|
||||
<!--- Setup {{{ --> |
<!--- Setup {{{ --> |
||||
|
|
||||
## Setup |
## Setup |
||||
I wrote [a script](https://github.com/Kevin-Mok/linux-config/blob/master/setup.sh) to |
|
||||
|
I wrote [a script](setup.sh) to |
||||
symbolically link the files/directories in the repository to the locations |
symbolically link the files/directories in the repository to the locations |
||||
they should be in the system. |
they should be in the system. |
||||
|
|
||||
<!--- }}} Setup --> |
<!--- }}} Setup --> |
||||
|
|
||||
<!-- History {{{ --> |
|
||||
## Old Screenshots |
|
||||
### 3/7 |
|
||||
* [laptop](https://i.imgur.com/UpdX90A.png) |
|
||||
|
|
||||
### 3/5 |
|
||||
* [dual-monitor desktop](https://i.imgur.com/mbu9aYf.png) |
|
||||
* [laptop](https://i.imgur.com/hrSnXmV.png) |
|
||||
|
|
||||
<!-- }}} History --> |
|
@ -1,4 +1,4 @@ |
|||||
#!/bin/bash |
#!/bin/bash |
||||
|
|
||||
. "/home/kevin/.cache/wal/colors.sh" |
. "/home/kevin/.cache/wal/colors.sh" |
||||
printf "$(spotify-now -i '%artist - %title' -p '' -e '')\n\n%s\n" "$color7" |
|
||||
|
printf "$(spotify-now -i '%artist - %title' -p '' -e '')\n$(spotify-now -i '%title' -p '' -e '')\n%s\n" "$color7" |
@ -1,3 +1,4 @@ |
|||||
|
numlockx |
||||
xrandr --setprovideroutputsource modesetting NVIDIA-0 |
xrandr --setprovideroutputsource modesetting NVIDIA-0 |
||||
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources |
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources |
||||
xrandr --auto |
xrandr --auto |
||||
|
@ -1,25 +0,0 @@ |
|||||
chromium-widevine 1:4.10.1196.0-2 |
|
||||
discord 0.0.5-5 |
|
||||
gscreenshot 2.10.0-2 |
|
||||
htop-vim-git 1075.b7b4200-1 |
|
||||
i3blocks-git 1.4.r116.g7bcb556-1 |
|
||||
libc++ 7.0.0-1 |
|
||||
libc++abi 7.0.0-1 |
|
||||
perl-term-shellui 0.92-4 |
|
||||
pipes.sh 1.3.0-1 |
|
||||
qdirstat 1.5-2 |
|
||||
rxvt-unicode-pixbuf 9.22-2 |
|
||||
spotify 1.0.92.390-1 |
|
||||
st 0.8.1-1 |
|
||||
systemd-numlockontty 0.1-11 |
|
||||
texlive-local-algorithmicx 15878-1 |
|
||||
texlive-local-algorithms 42428-1 |
|
||||
texlive-local-enumitem 49282-1 |
|
||||
texlive-local-hyperref 49299-1 |
|
||||
texlive-local-numprint 27498-1 |
|
||||
texlive-local-pgfplots 47373-1 |
|
||||
texlive-local-tkz-base 48710-1 |
|
||||
texlive-local-tkz-euclide 22830-1 |
|
||||
texlive-localmanager-git 0.7.r1.gdaa34cf-1 |
|
||||
trizen 1:1.55-1 |
|
||||
ttf-emojione 4.0.1-3 |
|
@ -1,74 +0,0 @@ |
|||||
alsa-utils |
|
||||
automake |
|
||||
bc |
|
||||
broadcom-wl |
|
||||
chromium |
|
||||
chromium-widevine |
|
||||
cloc |
|
||||
cmake |
|
||||
cmatrix |
|
||||
colordiff |
|
||||
compton |
|
||||
dhcpcd |
|
||||
dialog |
|
||||
diffutils |
|
||||
dmenu |
|
||||
evince |
|
||||
fakeroot |
|
||||
feh |
|
||||
findutils |
|
||||
fzf |
|
||||
git |
|
||||
grep |
|
||||
grub |
|
||||
htop-vim-git |
|
||||
i3-gaps |
|
||||
i3blocks |
|
||||
i3status |
|
||||
imwheel |
|
||||
less |
|
||||
linux |
|
||||
linux-firmware |
|
||||
linux-headers |
|
||||
lolcat |
|
||||
lsof |
|
||||
lxappearance |
|
||||
make |
|
||||
neofetch |
|
||||
neovim |
|
||||
netctl |
|
||||
noto-fonts |
|
||||
ntfs-3g |
|
||||
pacman |
|
||||
pdfgrep |
|
||||
perl |
|
||||
pipes.sh |
|
||||
pulseaudio |
|
||||
python-dbus |
|
||||
python-pip |
|
||||
python-pywal |
|
||||
python-setuptools |
|
||||
qdirstat |
|
||||
ranger |
|
||||
redshift |
|
||||
rxvt-unicode-pixbuf |
|
||||
sed |
|
||||
shellcheck |
|
||||
spotify |
|
||||
st |
|
||||
sudo |
|
||||
systemd-numlockontty |
|
||||
tar |
|
||||
texinfo |
|
||||
texlive-core |
|
||||
trizen |
|
||||
ttf-dejavu |
|
||||
udisks2 |
|
||||
unzip |
|
||||
vi |
|
||||
w3m |
|
||||
wireless_tools |
|
||||
wpa_supplicant |
|
||||
xclip |
|
||||
zathura |
|
||||
zsh |
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue