mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-21 18:19:56 +01:00
Change from device-specific to this-machine folder
This commit is contained in:
parent
0d0fcd5c90
commit
d2105598ea
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,8 @@ 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
|
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
|
||||||
|
2
zshrc
2
zshrc
@ -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