-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
17 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,15 +28,6 @@ selected = "home" | |
# Optionally name the location of your shell environment. | ||
export ENV_LOCATION="" | ||
|
||
# You can use variables from ~/.config/.variables. | ||
export MONITOR_LEFT="$MONITOR_HOME_LEFT" | ||
export MONITOR_CENTER="$MONITOR_HOME_CENTER" | ||
export MONITOR_RIGHT="$MONITOR_HOME_RIGHT" | ||
# export MONITOR_TV="$MONITOR_HOME_TV" | ||
# export MONITOR_LAPTOP="" | ||
|
||
# export MONITOR_HOME_CENTER_REFRESH_RATE="144.06" | ||
|
||
# If you want to disable the monitors cli. | ||
# export DISABLE_MONITORS="yes" | ||
|
||
|
@@ -66,49 +57,13 @@ export GITHUB_TOKEN="" | |
## Installation | ||
|
||
```zsh | ||
echo ".cfg" >> .gitignore | ||
git clone --bare [email protected]:AndreasBackx/dotfiles.git $HOME/.cfg | ||
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' | ||
mkdir -p .config-backup | ||
config checkout 2>&1 | egrep "\s+\." | awk {'print $1'} | xargs -I{} mv {} .config-backup/{} | ||
config checkout | ||
config config --local status.showUntrackedFiles no | ||
|
||
touch ~/.config/.secrets | ||
touch ~/.config/.local-variables | ||
|
||
source ~/.zprofile | ||
source ~/.zshenv | ||
source ~/.zshrc | ||
|
||
# Homebrew | ||
git clone https://github.com/Homebrew/brew ~/.homebrew | ||
brew update | ||
|
||
# oh-my-zsh | ||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --keep-zshrc | ||
|
||
# spaceship-prompt | ||
git clone [email protected]:denysdovhan/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt" --depth=1 | ||
ln -s "$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme" "$ZSH_CUSTOM/themes/spaceship.zsh-theme" | ||
|
||
# zsh-autosuggestions | ||
git clone [email protected]:zsh-users/zsh-autosuggestions.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions | ||
chmod 755 ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions -R | ||
|
||
# zsh-syntax-highlighting | ||
git clone [email protected]:zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting | ||
chmod 755 ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting -R | ||
|
||
# zsh-completions | ||
git clone [email protected]:zsh-users/zsh-completions ${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions | ||
|
||
# zsh-autocomplete | ||
# git clone [email protected]:marlonrichert/zsh-autocomplete ${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-autocomplete | ||
|
||
# autoupdate | ||
git clone [email protected]:TamCore/autoupdate-oh-my-zsh-plugins.git ${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/autoupdate | ||
|
||
# fzf | ||
## Arch Linux | ||
paru -S fzf | ||
|
@@ -119,12 +74,6 @@ sudo apt-get install fzf | |
## MacOS | ||
brew install fzf | ||
|
||
# pyenv | ||
git clone [email protected]:pyenv/pyenv.git $PYENV_ROOT | ||
cd $PYENV_ROOT && src/configure && make -C src | ||
git clone [email protected]:pyenv/pyenv-virtualenv.git $(pyenv root)/plugins/pyenv-virtualenv | ||
git clone [email protected]:pyenv/pyenv-update.git $(pyenv root)/plugins/pyenv-update | ||
|
||
# ddcutil i2c | ||
sudo groupadd --system i2c | ||
sudo usermod $(whoami) -aG i2c | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters