mirror of
https://github.com/mr-vercetti/dotfiles.git
synced 2025-01-18 11:25:35 +01:00
Fix oh-my-bash installation
This commit is contained in:
parent
7f9a815bf9
commit
638f75c4af
@ -1,12 +1,10 @@
|
||||
# mr-vercetti/dotfiles
|
||||
|
||||
My simple dotfiles for bash and vim.
|
||||
|
||||
## Setup
|
||||
|
||||
### WSL
|
||||
1. Install a font which supports [Powerline](https://github.com/powerline/powerline), I recommend [DroidSans Mono for Powerline](https://github.com/powerline/fonts/tree/master/DroidSansMono), but there are other cool ones too.
|
||||
2. Run `./setup.sh`.
|
||||
2. Run `./setup.sh && source ~/.bashrc`.
|
||||
|
||||
### Native Linux
|
||||
1. Run `./setup.sh -f`.
|
||||
1. Run `./setup.sh -f && source ~/.bashrc`.
|
||||
|
2
setup.sh
2
setup.sh
@ -40,7 +40,7 @@ if [[ $install_fonts == "yes" ]]; then
|
||||
fi
|
||||
|
||||
# Install oh-my-bash
|
||||
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)"
|
||||
git clone https://github.com/ohmybash/oh-my-bash.git ${home_dir}/.oh-my-bash
|
||||
|
||||
# Create backup of current dotfiles, then create symlinks for new ones
|
||||
mkdir -p $old_dotfiles_dir
|
||||
|
Loading…
Reference in New Issue
Block a user