I didn’t read the whole file
This commit is contained in:
parent
142aadb008
commit
1d9dfd6d0f
1 changed files with 1 additions and 2 deletions
|
@ -41,13 +41,12 @@ sudo sed -i 's/XKBOPTIONS=""/XKBOPTIONS="compose:caps"/g' /etc/default/keyboard
|
|||
# Install pip packages
|
||||
sudo pip3 install pywal
|
||||
|
||||
# Install/set zsh
|
||||
# Install zsh (it gets set later)
|
||||
wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh
|
||||
sh install.sh --unattended
|
||||
rm -f https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh
|
||||
git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k
|
||||
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
|
||||
chsh -s /bin/zsh
|
||||
|
||||
# Download various packages from github
|
||||
mkdir -p ~/.gimp-2.8/scripts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue