Remove powerline dependency

This commit is contained in:
Fabian Ising
2022-10-26 15:23:36 +02:00
parent 2e783e24b6
commit b78a34f74a
12 changed files with 1 additions and 15 deletions

View File

@@ -1 +0,0 @@
set rtp+=/usr/lib/python3.6/site-packages/powerline/bindings/vim

View File

@@ -1 +0,0 @@
set rtp+=/usr/local/lib/python2.7/dist-packages/powerline/bindings/vim

View File

@@ -1 +0,0 @@
set rtp+=$HOME/.local/lib/python3.9/site-packages/powerline/bindings/vim

View File

@@ -8,13 +8,11 @@
sudo pacman --needed -Sy archlinux-keyring --noconfirm
sudo pacman --needed -Syu --noconfirm
sudo pacman --needed -Sy base-devel xorg xorg-xinit gnome gnome-extra neovim zsh tmux openssh alacritty powerline powerline-fonts python-pip --noconfirm
sudo pacman --needed -Sy base-devel xorg xorg-xinit gnome gnome-extra neovim zsh tmux openssh alacritty powerline-fonts python-pip --noconfirm
cp $PWD/nvim/scheme.vim.template $PWD/nvim/scheme.vim
cp $PWD/.config/alacritty/schemes.yml.template $PWD/.config/alacritty/schemes.yml
pip3 install neovim
./clone_and_link.sh
cp zsh/.powerline_config_arch.example zsh/.powerline_config
cp vim/.vimrc_config_powerline_arch.example vim/.vimrc_config_powerline
./copy_fonts_arch.sh
if [ $SHELL != "/bin/zsh" ]; then
chsh -s /usr/bin/zsh;

View File

@@ -65,7 +65,6 @@ set -g @yank_action 'copy-pipe'
if '[ `uname` == Darwin ]' \
'source-file ~/.tmux/.mac_config'
source-file ~/.tmux/.tmux_config_powerline
set-option -g set-titles on

View File

@@ -1 +0,0 @@
source /usr/lib/python3.10/site-packages/powerline/bindings/tmux/powerline.conf

View File

@@ -1 +0,0 @@
source /usr/local/lib/python2.7/dist-packages/powerline/bindings/tmux/powerline.conf

View File

@@ -1,2 +0,0 @@
source $HOME/.local/lib/python3.9/site-packages/powerline/bindings/tmux/powerline.conf

View File

@@ -1 +0,0 @@
source '/usr/local/lib/python3.10/site-packages/powerline/bindings/tmux/powerline.conf'

View File

@@ -1 +0,0 @@
source /usr/lib/python3.10/site-packages/powerline/bindings/zsh/powerline.zsh

View File

@@ -1 +0,0 @@
source /usr/local/lib/python2.7/dist-packages/powerline/bindings/zsh/powerline.zsh

View File

@@ -1 +0,0 @@
source $HOME/.local/lib/python3.9/site-packages/powerline/bindings/zsh/powerline.zsh