tweaked spacevim
This commit is contained in:
parent
99434118ff
commit
19b1023b71
4 changed files with 38 additions and 0 deletions
7
scripts/mate_term_sol.zsh
Normal file
7
scripts/mate_term_sol.zsh
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/zsh
|
||||
git clone https://github.com/oz123/solarized-mate-terminal.git
|
||||
cd solarized-mate-terminal/
|
||||
./solarized-mate.sh dark default
|
||||
cd ..
|
||||
rm -r solarized-mate-terminal/
|
||||
|
7
scripts/tmuxfix.sh
Executable file
7
scripts/tmuxfix.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
wget http://security.ubuntu.com/ubuntu/pool/universe/p/powerline/fonts-powerline_2.6-1_all.deb
|
||||
wget http://security.ubuntu.com/ubuntu/pool/universe/p/powerline/powerline_2.6-1_amd64.deb
|
||||
wget http://security.ubuntu.com/ubuntu/pool/universe/p/powerline/python-powerline_2.6-1_all.deb
|
||||
wget http://security.ubuntu.com/ubuntu/pool/universe/p/powerline/python3-powerline_2.6-1_all.deb
|
||||
sudo dpkg -i fonts-powerline_2.6-1_all.deb powerline_2.6-1_amd64.deb python-powerline_2.6-1_all.deb python3-powerline_2.6-1_all.deb
|
||||
rm fonts-powerline_2.6-1_all.deb powerline_2.6-1_amd64.deb python-powerline_2.6-1_all.deb python3-powerline_2.6-1_all.deb
|
||||
powerline-daemon -k
|
Loading…
Add table
Add a link
Reference in a new issue