Compare commits
2 Commits
151ee8868b
...
a421e4bf20
| Author | SHA1 | Date | |
|---|---|---|---|
| a421e4bf20 | |||
| 793864e852 |
@@ -6,7 +6,7 @@
|
|||||||
[ -z "$ZSH_VERSION" ] && export SHELL=/bin/zsh && exec /bin/zsh -l
|
[ -z "$ZSH_VERSION" ] && export SHELL=/bin/zsh && exec /bin/zsh -l
|
||||||
|
|
||||||
# path
|
# path
|
||||||
PATH=$PATH:$HOME/bin:
|
PATH=$PATH:$HOME/bin:$HOME/.dotfiles/scripte:
|
||||||
|
|
||||||
# colors
|
# colors
|
||||||
export CLICOLOR=1
|
export CLICOLOR=1
|
||||||
|
|||||||
@@ -26,6 +26,8 @@ bin/dfm chmod 0755
|
|||||||
.tmux/sidebar.tmux 0755
|
.tmux/sidebar.tmux 0755
|
||||||
.tmux/zoom 0755
|
.tmux/zoom 0755
|
||||||
|
|
||||||
|
scripte/README 0644
|
||||||
|
|
||||||
.dotfiles/.iterm2 skip
|
.dotfiles/.iterm2 skip
|
||||||
.DS_Store skip
|
.DS_Store skip
|
||||||
.gitmodules skip
|
.gitmodules skip
|
||||||
|
|||||||
2
.zshrc
2
.zshrc
@@ -56,7 +56,7 @@ plugins=(colored-man-pages git docker sublime sudo zsh-eza)
|
|||||||
# User configuration
|
# User configuration
|
||||||
source .api-keys
|
source .api-keys
|
||||||
|
|
||||||
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/opt/homebrew/bin/brew:$HOME/bin:"
|
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/opt/homebrew/bin/brew:$HOME/bin:$HOME/.dotfiles/scripte:"
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh
|
source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||||
|
|||||||
1
scripte/README
Normal file
1
scripte/README
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# Für diverse Scripte
|
||||||
Reference in New Issue
Block a user