Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

co01l3r/fish.config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Django

_collectstatic

python3 manage.py collectstatic

_migrate

python3 manage.py migrate

_mm

python3 manage.py makemigrations

_runserver

python3 manage.py runserver

_shell

python3 manage.py shell

__shell

python3 manage.py shell_plus

_test

python3 manage.py test

_ctest

coverage run manage.py test
coverage report

_fixtures

python3 manage.py loaddata fixtures/*

Ubuntu

systeminfo

neofetch
sudo lshw -short

o

nautilus .

mirror

scrcpy

spotify

ncspot

up

sudo apt update -y && sudo apt full-upgrade -y && sudo apt autoremove -y && sudo apt clean -y && sudo apt autoclean -y

venv_create

python3.9 -m venv venv

venv_activate

source venv/bin/activate.fish
pip list

Docker

dcb

docker-compose up --build

dcu

docker-compose up

Github

push

git push -u origin master

pull

git pull origin master

About

my functions and settings for fish shell

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages