Add liquidprompt/dotmatrix prompt theme, updated .vimrc

This commit is contained in:
Samuel Ortion 2023-03-01 14:08:03 +01:00
parent 730c01c35f
commit 3476cf4968
6 changed files with 33 additions and 9 deletions

View File

@ -1 +1,10 @@
alias o="evince"
alias pro="cd ~/Documents/Projects"
alias doc="cd ~/Documents"
export templates_dir="~/Documents/Projects/templates"
alias new.td='copier "$templates_dir/latex/td.template"'
alias new.cm='copier "$templates_dir/latex/cm.template"'

View File

@ -3,3 +3,5 @@
email = samuel.ortion@orange.fr
[core]
editor = vim
[init]
defaultBranch = main

View File

@ -12,6 +12,9 @@ export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
PATH=$PATH:$HOME/.local/bin:$HOME/bin
# Quarto install
PATH="$PATH:/opt/quarto/quarto-1.2.335/bin"
export PATH
PATH="$PATH:$HOME/.local/bin:$HOME/bin"
export PATH

4
.vimrc
View File

@ -1,4 +1,4 @@
" My Own vimrc
" My Own vimrc"
set nocompatible
filetype on
@ -13,8 +13,6 @@ set number
set cursorline
" set cursorcolumn
set tabstop=4
set expandtab

12
.zshrc
View File

@ -4,14 +4,22 @@ source ~/.aliases
source ~/.dotfiles/antigen/antigen.zsh
source ~/.loadenv.sh
antigen use oh-my-zsh
# antigen bundle nojhan/liquidprompt
antigen bundle nerdfonts
antigen theme ys
antigen bundle nojhan/liquidprompt
# antigen theme ys
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle git
antigen apply
source ~/.antigen/bundles/nojhan/lp-dotmatrix/presets/variant-slant.conf
source ~/.antigen/bundles/nojhan/lp-dotmatrix/dotmatrix.theme && lp_theme dotmatrix

View File

@ -3,7 +3,7 @@ all: pull install
pull:
git pull
install: antigen source
install: antigen source dotmatrix
source:
cp ~/.dotfiles/.aliases ~/.aliases
@ -13,4 +13,8 @@ source:
cp ~/.dotfiles/.gitconfig ~/.gitconfig
antigen:
git clone https://github.com/zsh-users/antigen.git
git clone https://github.com/zsh-users/antigen.git
dotmatrix:
git clone git@github.com:nojhan/lp-dotmatrix.git ~/.antigen/bundles/nojhan/lp-dotmatrix