This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
global $FORMAT; | |
global $DISTRO_FLAG; | |
$FORMAT = 'bz2'; | |
$DISTRO_FLAG = '!'; | |
$clipFormat = 'mkv'; | |
$designPattern = ''; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
sudo apt install -y mpv | |
sudo aptitude install openssh-client clamtk uuid nmap mysql-client-core-8.0 | |
sudo aptitude remove -y gedit | |
sudo aptitude install nmap |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
cd; | |
mkdir -v $HOME/.streetz; cd ~/.streetz | |
touch e-star.txt | |
echo "https://youtu.be/Z31z1Euz9b4?si=2EZyUdkOQRSR3bxv tArsiIlyEp2q" > ./e-star.txt | |
cd | |
mkdir -v ~/.botz | |
cd $HOME/.botz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
export PATH="$PATH:$HOME/.apps" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
mkdir -vp $HOME/.local/bin | |
# PTTY exec MS-DOS tinklo MBR e-machines rupa/z | |
touch $HOME/.local/bin/z.sh | |
# ZSH_CUSTOM lokacija AD ad-hoc | |
mkdir -pv $HOME/.local/env.d/scrib.d/x-path.d | |
touch $HOME/.local/env.d/proxy.env.sh | |
cd; ln -sv /etc/environment.d/proxy.env.sh .proxy.env.inc.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
sudo apt-get build-dep default-mysql-server | |
sudo snap install --classic cmake | |
sudo apt install -y "libncurses*" libncurses-dev | |
mkdir -v build | |
cd build | |
cmake -DCMAKE_PREFIX_PATH=/opt/lamp/mysql -DCMAKE_BUILD_TYPE=Release ".." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
sudo apt install -y sqlite3 libsqlite3-dev ~ | |
sudo apt-get build-dep php-cli | |
sudo apt build-dep libapache2-mod-php | |
./configure --with-pear --with-apxs2=$(which apxs) --disable-phpdbg --disable-cgi --prefix=/opt/lamp/php --without-sqlite3 | |
--with-mysqli --with-pdo-mysql --with-openssl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
PC="." | |
alias brexit="clear && exit;" | |
ZSH_THEME="typewritten/typewritten" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
source $HOME/"$PC"antigen.zsh | |
# Load the oh-my-zsh's library. | |
antigen use oh-my-zsh | |
# Bundles from the default repo (robbyrussell's oh-my-zsh). | |
antigen bundle git | |
antigen bundle command-not-found |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
# PB | |
. $HOME/.local/bin/z.sh | |
eval "$(starship init bash)" | |
starship preset jetpack -o ~/.config/starship.toml | |
LAMP="/opt/lamp" | |
PATH="$PATH:$LAMP/bin:$HOME/.config/composer/vendor/bin" |
NewerOlder