Make colorscheme configuration templates
This commit is contained in:
@@ -9,6 +9,8 @@
|
|||||||
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 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
|
pip3 install neovim
|
||||||
./clone_and_link.sh
|
./clone_and_link.sh
|
||||||
cp zsh/.powerline_config_arch.example zsh/.powerline_config
|
cp zsh/.powerline_config_arch.example zsh/.powerline_config
|
||||||
|
|||||||
@@ -11,6 +11,8 @@ pip3 install neovim
|
|||||||
echo For alacritty to work seemlessly with tmux, we will have to add '/usr/local/bin'\
|
echo For alacritty to work seemlessly with tmux, we will have to add '/usr/local/bin'\
|
||||||
to the path. This will require your root password.
|
to the path. This will require your root password.
|
||||||
sudo launchctl config user path /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
|
sudo launchctl config user path /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
|
||||||
|
cp $PWD/nvim/scheme.vim.template $PWD/nvim/scheme.vim
|
||||||
|
cp $PWD/.config/alacritty/schemes.yml.template $PWD/.config/alacritty/schemes.yml
|
||||||
./clone_and_link_mac.sh
|
./clone_and_link_mac.sh
|
||||||
|
|
||||||
for filename in zsh/.*_mac.example; do
|
for filename in zsh/.*_mac.example; do
|
||||||
|
|||||||
Reference in New Issue
Block a user