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
#!/bin/bash | |
sudo rm /etc/apt/preferences.d/nosnap.pref | |
sudo apt update | |
sudo apt upgrade -y | |
sudo apt-get install -y php7.4-{cli,xml,bcmath,bz2,intl,gd,mbstring,mysql,zip} | |
sudo apt-get -y install inkscape transmission git zsh | |
sudo apt-get -y install filezilla neovim vlc snapd gedit build-essential | |
sudo apt-get -y install htop screenfetch openjdk-11-jdk composer snapd | |
sudo apt-get -y install wget docker.io docker-compose curl |
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
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
# Path to your oh-my-zsh installation. | |
export ZSH="$HOME/.oh-my-zsh" | |
# Set name of the theme to load --- if set to "random", it will | |
# load a random theme each time oh-my-zsh is loaded, in which case, | |
# to know which specific one was loaded, run: echo $RANDOM_THEME | |
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes |
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
tap "buo/cask-upgrade" | |
tap "dandavison/delta", "https://github.com/dandavison/delta" | |
tap "denisidoro/tools" | |
tap "homebrew/bundle" | |
tap "homebrew/cask" | |
tap "homebrew/cask-drivers" | |
tap "homebrew/cask-versions" | |
tap "homebrew/core" | |
tap "homebrew/services" | |
brew "autojump" |
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
conky.config = { | |
use_spacer = 'left', | |
pad_percents = 3, | |
background = false, | |
double_buffer = true, | |
font = 'DejaVu Sans Mono:size=10', | |
use_xft = true, | |
alignment = 'top_right', | |
gap_x = 10, | |
gap_y = 40, |
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
# ~/.bashrc: executed by bash(1) for non-login shells. | |
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) | |
# for examples | |
# If not running interactively, don't do anything | |
case $- in | |
*i*) ;; | |
*) return;; | |
esac |
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
"overrides": { | |
"Ctrl-Shift-L": "edit.splitSelIntoLines", | |
"Ctrl-Alt-Up": "edit.addCursorToPrevLine", | |
"Ctrl-Alt-Down": "edit.addCursorToNextLine", | |
"Ctrl-Shift-D": "edit.duplicate", | |
"Ctrl-Shift-K": "edit.deletelines", | |
"Ctrl-D": "cmd.addNextMatch", | |
"Alt-Shift-1": "cmd.splitViewNone", | |
"Alt-Shift-2": "cmd.splitViewVertical", | |
"Alt-Shift-8": "cmd.splitViewHorizontal", |
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
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) | |
cinst visualstudiocode -y | |
cinst intellijidea-ultimate -y | |
cinst nodejs -y | |
cinst yarn -y | |
cinst docker-desktop -y | |
cinst gitkraken -y | |
cinst sublimetext3 -y | |
cinst git -y |
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
{ | |
"documentation": "https://github.com/adobe/brackets/wiki/User-Key-Bindings", | |
"overrides": { | |
"Cmd-Shift-L": "edit.splitSelIntoLines", | |
"Ctrl-Shift-Up": "edit.addCursorToPrevLine", | |
"Ctrl-Shift-Down": "edit.addCursorToNextLine", | |
"Cmd-Shift-D": "edit.duplicate", | |
"Ctrl-Shift-K": "edit.deletelines", | |
"Cmd-L": "edit.selectLine", | |
"Cmd-D": "cmd.addNextMatch", |
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
#!/bin/bash | |
## php 7.4 | |
sudo apt -y install software-properties-common | |
sudo add-apt-repository ppa:ondrej/php -y | |
sudo apt update | |
sudo apt upgrade -y | |
sudo apt-get install -y php7.4-{cli,xml,bcmath,bz2,intl,gd,mbstring,mysql,zip} | |
sudo apt-get -y install inkscape transmission git zsh ubuntu-restricted-extras |
NewerOlder