Compare commits
4 Commits
523820a4d0
...
4f151f6259
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f151f6259 | |||
| 1716c18e78 | |||
| fccf085b0e | |||
| 241f5646ee |
@@ -63,13 +63,14 @@ while true; do
|
|||||||
if [ "$storageChoice" = "y" ]; then
|
if [ "$storageChoice" = "y" ]; then
|
||||||
read -p "Specify the path to the external storage device (full path must be used): " storagePath
|
read -p "Specify the path to the external storage device (full path must be used): " storagePath
|
||||||
|
|
||||||
sudo rm -rf ~/Documents ~/Pictures ~/Downloads ~/Videos
|
sudo rm -rf ~/Documents ~/Pictures ~/Downloads ~/Videos ~/Music
|
||||||
|
|
||||||
ln -s "$storagePath/Pictures/" ~/
|
ln -s "$storagePath/Pictures/" ~/
|
||||||
ln -s "$storagePath/Repos/" ~/
|
ln -s "$storagePath/Repos/" ~/
|
||||||
ln -s "$storagePath/Documents/" ~/
|
ln -s "$storagePath/Documents/" ~/
|
||||||
ln -s "$storagePath/Downloads/" ~/
|
ln -s "$storagePath/Downloads/" ~/
|
||||||
ln -s "$storagePath/Videos/" ~/
|
ln -s "$storagePath/Videos/" ~/
|
||||||
|
ln -s "$storagePath/Music/" ~/
|
||||||
|
|
||||||
break
|
break
|
||||||
elif [ "$storageChoice" = "n" ]; then
|
elif [ "$storageChoice" = "n" ]; then
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ set -g window-status-format '#[fg=#{COLOR1} bold]#I#W '
|
|||||||
|
|
||||||
# Right
|
# Right
|
||||||
set -g status-right-length 200
|
set -g status-right-length 200
|
||||||
set -g status-right '#[fg=#{COLOR1} bold] %l:%M%p %m/%d/%Y #{forecast} '
|
set -g status-right '#[fg=#{COLOR1} bold] %l:%M%p %m/%d/%Y '
|
||||||
|
|
||||||
# Movement Keybindings
|
# Movement Keybindings
|
||||||
bind-key -r -T prefix C-k select-pane -U
|
bind-key -r -T prefix C-k select-pane -U
|
||||||
@@ -44,12 +44,5 @@ bind-key -r -T prefix C-j select-pane -D
|
|||||||
bind-key -r -T prefix C-h select-pane -L
|
bind-key -r -T prefix C-h select-pane -L
|
||||||
bind-key -r -T prefix C-l select-pane -R
|
bind-key -r -T prefix C-l select-pane -R
|
||||||
|
|
||||||
# Plugins
|
# Sync Pane Keybinding
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
bind-key -r -T prefix S setw synchronize-panes
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
|
||||||
|
|
||||||
set -g @plugin 'aaronpowell/tmux-weather'
|
|
||||||
set -g @forecast-location 75025
|
|
||||||
set -g @forecast-format '%C+%t'
|
|
||||||
|
|
||||||
run '~/.tmux/plugins/tpm/tpm'
|
|
||||||
|
|||||||
Reference in New Issue
Block a user