mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-27 04:31:01 +01:00
Compare commits
5 Commits
2d515358c5
...
ecbb01d002
Author | SHA1 | Date | |
---|---|---|---|
|
ecbb01d002 | ||
|
09b33a14a1 | ||
|
5767203d78 | ||
|
d2105598ea | ||
|
0d0fcd5c90 |
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
zsh/history
|
zsh/history
|
||||||
zsh/device-specific
|
this-machine/zsh
|
||||||
|
this-machine/tmux.conf
|
||||||
|
@ -7,7 +7,9 @@ fi
|
|||||||
rm ~/.zshrc
|
rm ~/.zshrc
|
||||||
ln -s ~/.dotfiles/zshrc ~/.zshrc
|
ln -s ~/.dotfiles/zshrc ~/.zshrc
|
||||||
ln -s ~/.dotfiles/tmux/tmux.conf ~/.tmux.conf
|
ln -s ~/.dotfiles/tmux/tmux.conf ~/.tmux.conf
|
||||||
touch ~/.dotfiles/zsh/device-specific
|
mkdir ~/.dotfiles/this-machine
|
||||||
|
touch ~/.dotfiles/this-machine/zsh
|
||||||
|
touch ~/.dotfiles/this-machine/tmux.conf
|
||||||
sudo chsh -s $(which zsh) $USER
|
sudo chsh -s $(which zsh) $USER
|
||||||
|
|
||||||
# If private repo is available, add ssh config + hosts
|
# If private repo is available, add ssh config + hosts
|
||||||
|
@ -37,8 +37,12 @@ set-window-option -g window-active-style fg=white,bg=colour235
|
|||||||
set-window-option -g message-style fg=#111111,bold,bg=#eeeeee
|
set-window-option -g message-style fg=#111111,bold,bg=#eeeeee
|
||||||
|
|
||||||
# Status Bar
|
# Status Bar
|
||||||
set-option -g status-style fg=white,bg=#8317dd
|
set-option -g status-style fg=white,bg=#B7650E
|
||||||
set-window-option -g window-status-separator |
|
set-window-option -g window-status-separator |
|
||||||
|
|
||||||
# Set Terminal type
|
# Set Terminal type
|
||||||
set -g default-terminal "xterm-256color"
|
set -g default-terminal "xterm-256color"
|
||||||
|
|
||||||
|
# ------
|
||||||
|
# Load local settings
|
||||||
|
source ~/.dotfiles/this-machine/tmux.conf
|
||||||
|
4
zshrc
4
zshrc
@ -7,7 +7,7 @@ autoload -U compinit && compinit
|
|||||||
|
|
||||||
# Prompt color
|
# Prompt color
|
||||||
prompt_color1="#ffaf00"
|
prompt_color1="#ffaf00"
|
||||||
primpt_color2="#000000"
|
prompt_color2="#000000"
|
||||||
|
|
||||||
# Load zsh settings
|
# Load zsh settings
|
||||||
source $HOME/.dotfiles/zsh/settings
|
source $HOME/.dotfiles/zsh/settings
|
||||||
@ -46,7 +46,7 @@ source $HOME/.dotfiles/zsh/alias
|
|||||||
source $HOME/.dotfiles/zsh/bindings
|
source $HOME/.dotfiles/zsh/bindings
|
||||||
source $HOME/.dotfiles/zsh/scripts
|
source $HOME/.dotfiles/zsh/scripts
|
||||||
source $HOME/.dotfiles/zsh/ffmpeg
|
source $HOME/.dotfiles/zsh/ffmpeg
|
||||||
source $HOME/.dotfiles/zsh/device-specific
|
source $HOME/.dotfiles/this-machine/zsh
|
||||||
|
|
||||||
# Prompt design
|
# Prompt design
|
||||||
prompt="%F{$prompt_color2}%K{$prompt_color1} ▓▒░%F%B%n@%m%b%F{$prompt_color1}%K{$prompt_color2}█▓▒░%F{#ffffff}%K{$prompt_color2}%B %D{%Y-%m-%d} %D{%k:%M:%S}
|
prompt="%F{$prompt_color2}%K{$prompt_color1} ▓▒░%F%B%n@%m%b%F{$prompt_color1}%K{$prompt_color2}█▓▒░%F{#ffffff}%K{$prompt_color2}%B %D{%Y-%m-%d} %D{%k:%M:%S}
|
||||||
|
Loading…
Reference in New Issue
Block a user