linux-gnu
/usr/bin/zsh
/usr/bin/zsh
/usr/bin/code
gh version 2.10.1 (2022-05-10) https://github.com/cli/cli/releases/tag/v2.10.1
heroku/7.60.2 linux-x64 node-v14.19.0
git version 2.34.1
main
false
/home/bepsi/.gitignore_global
computer. See https://help.github.com/articles/ignoring-files
globally safely at: https://github.com/github/gitignore/tree/master/Global
This repository can be found at: https://github.com/github/gitignore
###############################################################################
###############################################################################
#================================= Archives ==================================#
*.7z *.jar *.rar *.zip *.gz *.gzip *.tgz *.bzip *.bzip2 *.bz2 *.xz *.lzma *.cab *.xar
*.iso *.tar
*.dmg *.xpi *.gem *.egg *.deb *.rpm *.msi *.msix *.msm *.msp *.txz
#===================== Operating System Generated Files ======================# #----------------------------------- Linux -----------------------------------#
*~
.fuse_hidden* .nfs*
.directory
.Trash-*
#----------------------------------- macOS -----------------------------------#
.DS_Store .DS_Store? .AppleDouble .LSOverride
._*
.DocumentRevisions-V100 .fseventsd .Spotlight-V100 .TemporaryItems .Trashes .VolumeIcon.icns .com.apple.timemachine.donotpresent
.AppleDB .AppleDesktop Network Trash Folder Temporary Items .apdisk
#---------------------------------- Windows ----------------------------------#
Thumbs.db Thumbs.db:encryptable ehthumbs.db ehthumbs_vista.db
*.stackdump
[Dd]esktop.ini
$RECYCLE.BIN/
*.lnk
#==================================== Tags ===================================#
tags
#============================ Visual Studio Code =============================#
.vscode/* !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json
.history/
###############################################################################
###############################################################################
#=========================== Compiled Source Code ============================#
*.class
*.so *.dylib *.dll
*.com *.exe *.out *.app
*.slo *.lo *.o *.obj
#================================== Django ===================================#
*.log
local_settings.py
db.sqlite3 db.sqlite3-journal
#============================== Node and Python ==============================#
.env
#=================================== Node ====================================#
node_modules
#================================== Python ===================================#
*.py[cd] pycache/ .python-version
#================================== React ====================================# .eslintcache
export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="robbyrussell"
plugins=(git)
source $ZSH/oh-my-zsh.sh
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
export NVM_DIR="/home/bepsi/.nvm" [ -s "/nvm.sh" ] && . "/nvm.sh" # This loads nvm [ -s "/bash_completion" ] && . "/bash_completion" # This loads nvm bash_completion