Remove powerline dependency
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
set rtp+=/usr/lib/python3.6/site-packages/powerline/bindings/vim
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
set rtp+=/usr/local/lib/python2.7/dist-packages/powerline/bindings/vim
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
set rtp+=$HOME/.local/lib/python3.9/site-packages/powerline/bindings/vim
|
|
||||||
@@ -8,13 +8,11 @@
|
|||||||
|
|
||||||
sudo pacman --needed -Sy archlinux-keyring --noconfirm
|
sudo pacman --needed -Sy archlinux-keyring --noconfirm
|
||||||
sudo pacman --needed -Syu --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/nvim/scheme.vim.template $PWD/nvim/scheme.vim
|
||||||
cp $PWD/.config/alacritty/schemes.yml.template $PWD/.config/alacritty/schemes.yml
|
cp $PWD/.config/alacritty/schemes.yml.template $PWD/.config/alacritty/schemes.yml
|
||||||
pip3 install neovim
|
pip3 install neovim
|
||||||
./clone_and_link.sh
|
./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
|
./copy_fonts_arch.sh
|
||||||
if [ $SHELL != "/bin/zsh" ]; then
|
if [ $SHELL != "/bin/zsh" ]; then
|
||||||
chsh -s /usr/bin/zsh;
|
chsh -s /usr/bin/zsh;
|
||||||
|
|||||||
@@ -65,7 +65,6 @@ set -g @yank_action 'copy-pipe'
|
|||||||
|
|
||||||
if '[ `uname` == Darwin ]' \
|
if '[ `uname` == Darwin ]' \
|
||||||
'source-file ~/.tmux/.mac_config'
|
'source-file ~/.tmux/.mac_config'
|
||||||
source-file ~/.tmux/.tmux_config_powerline
|
|
||||||
|
|
||||||
set-option -g set-titles on
|
set-option -g set-titles on
|
||||||
|
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
source /usr/lib/python3.10/site-packages/powerline/bindings/tmux/powerline.conf
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
source /usr/local/lib/python2.7/dist-packages/powerline/bindings/tmux/powerline.conf
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
source $HOME/.local/lib/python3.9/site-packages/powerline/bindings/tmux/powerline.conf
|
|
||||||
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
source '/usr/local/lib/python3.10/site-packages/powerline/bindings/tmux/powerline.conf'
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
source /usr/lib/python3.10/site-packages/powerline/bindings/zsh/powerline.zsh
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
source /usr/local/lib/python2.7/dist-packages/powerline/bindings/zsh/powerline.zsh
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
source $HOME/.local/lib/python3.9/site-packages/powerline/bindings/zsh/powerline.zsh
|
|
||||||
Reference in New Issue
Block a user