aleinside / dotfiles

Dotfiles and usefull script
1 stars 2 forks source link

Da installare #1

Open aleinside opened 7 years ago

aleinside commented 7 years ago

apps

languages (asdf)

system

i3 stuff [x]

* add repositories ** custom installation

aleinside commented 7 years ago

https://github.com/dbcli/mycli

https://github.com/dbcli/pgcli

aleinside commented 7 years ago
mkdir -p ~/.local/share/fonts

cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete%20Mono.otf
aleinside commented 7 years ago

openssh-server

/etc/ssh/sshd_config

PasswordAuthentication no
PermitRootLogin no
aleinside commented 7 years ago

https://docs.docker.com/engine/installation/linux/docker-ce/ubuntu/

aleinside commented 7 years ago

https://docs.docker.com/compose/install/

aleinside commented 7 years ago
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
aleinside commented 7 years ago

https://github.com/junegunn/fzf

aleinside commented 7 years ago
git clone https://github.com/universal-ctags/ctags.git
cd ctags
./autogen.sh 
./configure
make
sudo make install
aleinside commented 7 years ago
# Add the Google Chrome distribution URI as a package source
echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list

# Import the Google Chrome public key
curl https://dl.google.com/linux/linux_signing_key.pub | apt-key add -
aleinside commented 7 years ago

https://aws.amazon.com/it/premiumsupport/knowledge-center/connect-to-linux-desktop-from-windows/

/etc/ssh/sshd_config: PasswordAuthenticatio yes
sudo /etc/init.d/ssh restart
sudo –i
passwd ubuntu
aleinside commented 6 years ago

https://stackoverflow.com/questions/35701730/utf8-endecode-removed-from-php7

sudo apt-get install php7.0-xml

aleinside commented 6 years ago

sudo apt-get install silversearcher-ag

aleinside commented 6 years ago

exercism

# python

$ sudo apt-get update
$ sudo apt-get install python3.6

$ python3 --version
aleinside commented 6 years ago

dbeaver

aleinside commented 6 years ago
git clone https://github.com/felixfbecker/php-language-server.git ~/.tooling/php-language-server
cd ~/.tooling/php-language-server
composer install
composer parse-stubs
composer global require phpmd/phpmd
composer global require squizlabs/php_codesniffer
composer global require friendsofphp/php-cs-fixer