This repository was created with configmanager
Every branch except for master is extremely unreliable: they are created for specific cases and may be rebased at any moment against master.
If you clone this repository, it is recommended that you use it to base your own configurations on, instead of always updating from it. I might at any moment make changes you won't like.
To install the configurations, enter the cloned repository and run:
Note: this will overwrite any configuration files mapped by this repository
bash link.sh
bash migrate.sh
To use a single configuration file or directory, use use.sh
bash use.sh bash_aliases
Add the following line to the end of .bashrc
.
source ~/.mybashrc
- To use
powerline-shell
config file it must be installed following the instructions here. - To use
vimrc
config file thevim-plug
must be installed following the instructions here. - To use
terminator.config
file the terminal emulator terminator should be installed.
Also you can follow the instructions below:
Run the following commands:
pip install powerline-shell
sudo apt install fonts-powerline
For powerline-shell works it is need to logout and login after install it.
To use it with WSL and Windows Terminal you have to download the powerline font called AnonymousPro from here and install it manually in your Windows 10. After that the powerline font have to be selected in the Windows Terminal Config Tab.
Run the following command:
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
After that, type :PlugInstall
inside vim editor in normal mode.
To install it, run the command below:
sudo apt install terminator