Skip to content

Commit

Permalink
update lol
Browse files Browse the repository at this point in the history
  • Loading branch information
pcranaway committed Dec 19, 2021
1 parent be82157 commit 8953825
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .local/bin/wallpaper
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

feh --bg-scale $(find $HOME/.walls/2 | shuf | head -n1)
feh --bg-scale $(find $HOME/.walls/3 | shuf | head -n1)
1 change: 1 addition & 0 deletions .profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ done
export LANG='en_US.UTF-8'
export EDITOR=vim
export BROWSER=firefox
export PS1='k# '

export ENV=$HOME/.kshrc
8 changes: 8 additions & 0 deletions .tmux.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-copycat'

unbind \;
set -g mouse on
set -g status-style 'bg=#333333 fg=#5eacd3'
set -g status-right '%H:%M %d-%b-%y'
set-window-option -g mode-keys vi

# set -g status off
Expand Down Expand Up @@ -31,3 +36,6 @@ unbind C-Right
# open new panes vertically/horizontally in same directory
bind '"' split-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"

# initialize tpm
run '~/.tmux/plugins/tpm/tpm'
Binary file added .walls/3/charlie-deets-JcmA_LivVb8-unsplash.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .walls/3/charlie-deets-Kd0Qd7IShPo-unsplash.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .walls/3/charlie-deets-QNwET9cMlJU-unsplash.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .walls/3/charlie-deets-RqoYMArAkDs-unsplash.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .walls/3/charlie-deets-TmgdcEHXzuc-unsplash.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .walls/3/charlie-deets-uCMFJ3Q4fr8-unsplash.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .walls/3/charlie-deets-wBF1FGlWv7s-unsplash.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8953825

Please sign in to comment.