Repository for my personal Dotfiles for Unix based operating systems
Go to file
Nikurasu a9515d0ef9
feat(bash): add zoxide
2024-03-04 09:03:37 +01:00
alacritty Setup some stuff for debian 2023-11-13 15:01:38 +01:00
awesome Setup some stuff for debian 2023-11-13 15:01:38 +01:00
bash feat(bash): add zoxide 2024-03-04 09:03:37 +01:00
fastfetch feat(fastfetch): add config 2024-01-31 18:31:42 +01:00
fish feat(Fish, Nvim): Update Nvim Config and Uninstalll zvm 2024-01-08 07:16:21 +01:00
helix Setup some stuff for debian 2023-11-13 15:01:38 +01:00
nvim feat(Fish, Nvim): Update Nvim Config and Uninstalll zvm 2024-01-08 07:16:21 +01:00
shell feat(bash): move functions 2024-03-04 09:00:13 +01:00
starship Setup some stuff for debian 2023-11-13 15:01:38 +01:00
uBlock Add ublock filterlists 2023-11-16 13:59:31 +01:00
.gitignore Change Monospace Terminal Font 2023-11-14 08:08:53 +01:00
.gitmodules Setup some stuff for debian 2023-11-13 15:01:38 +01:00
README.md feat(BASH): Golang and python 2024-01-24 22:39:47 +01:00
docker-compose Add docker-compose-v1 compatibility 2023-04-02 11:35:29 +02:00
mergeFFMPEG.sh feat(Shell): Add Scripts 2023-11-27 10:43:47 +01:00
patch-codium.sh Don't print final JSON_STRING 2023-11-23 10:58:42 +01:00
setup.sh feat(Shell): Add scripts 2023-11-27 09:32:22 +01:00

README.md

# Nikus Dotfiles

Note for env.shell.example

Copy it and rename it to .env.sh. Don't commit one with your environment variables, that variables are secret keys

Fonts used

docker-compose-v1 compatibility

At some times some projects require the old docker-compose-v1 to be installed. I wrote the docker-compose file here to simply yeet all of that commands into the new docker compose command. Copy it somewhere into your path (maybe /usr/local/bin) to get it working.

Python

Install required libraries

Debian

apt install libbz2-dev libncurses-dev libffi-dev libreadline-dev libsqlite3-dev tk-dev liblzma-dev