Add liquidprompt/dotmatrix prompt theme, updated .vimrc
This commit is contained in:
parent
730c01c35f
commit
3476cf4968
9
.aliases
9
.aliases
@ -1 +1,10 @@
|
|||||||
alias o="evince"
|
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"'
|
||||||
|
|
||||||
|
@ -3,3 +3,5 @@
|
|||||||
email = samuel.ortion@orange.fr
|
email = samuel.ortion@orange.fr
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = vim
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
@ -12,6 +12,9 @@ export NVM_DIR="$HOME/.nvm"
|
|||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads 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
|
[ -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"
|
||||||
|
|
||||||
|
PATH="$PATH:$HOME/.local/bin:$HOME/bin"
|
||||||
|
|
||||||
export PATH
|
export PATH
|
4
.vimrc
4
.vimrc
@ -1,4 +1,4 @@
|
|||||||
" My Own vimrc
|
" My Own vimrc"
|
||||||
set nocompatible
|
set nocompatible
|
||||||
|
|
||||||
filetype on
|
filetype on
|
||||||
@ -13,8 +13,6 @@ set number
|
|||||||
|
|
||||||
set cursorline
|
set cursorline
|
||||||
|
|
||||||
" set cursorcolumn
|
|
||||||
|
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
|
|
||||||
set expandtab
|
set expandtab
|
||||||
|
12
.zshrc
12
.zshrc
@ -4,14 +4,22 @@ source ~/.aliases
|
|||||||
|
|
||||||
source ~/.dotfiles/antigen/antigen.zsh
|
source ~/.dotfiles/antigen/antigen.zsh
|
||||||
|
|
||||||
|
source ~/.loadenv.sh
|
||||||
|
|
||||||
antigen use oh-my-zsh
|
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 zsh-users/zsh-syntax-highlighting
|
||||||
|
|
||||||
antigen bundle git
|
antigen bundle git
|
||||||
|
|
||||||
antigen apply
|
antigen apply
|
||||||
|
|
||||||
|
source ~/.antigen/bundles/nojhan/lp-dotmatrix/presets/variant-slant.conf
|
||||||
|
|
||||||
|
source ~/.antigen/bundles/nojhan/lp-dotmatrix/dotmatrix.theme && lp_theme dotmatrix
|
||||||
|
6
Makefile
6
Makefile
@ -3,7 +3,7 @@ all: pull install
|
|||||||
pull:
|
pull:
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
install: antigen source
|
install: antigen source dotmatrix
|
||||||
|
|
||||||
source:
|
source:
|
||||||
cp ~/.dotfiles/.aliases ~/.aliases
|
cp ~/.dotfiles/.aliases ~/.aliases
|
||||||
@ -14,3 +14,7 @@ source:
|
|||||||
|
|
||||||
antigen:
|
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
|
Loading…
Reference in New Issue
Block a user