Last active
December 6, 2019 01:49
-
-
Save mcotton/39080b5366b2e3f2e758d06da8e5eec2 to your computer and use it in GitHub Desktop.
Revisions
-
mcotton revised this gist
Dec 5, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -37,7 +37,7 @@ au BufNewFile,BufRead *.ejs set filetype=html sudo apt update sudo apt upgrade sudo apt install vim git htop net-tools curl wget tree screen openssh-server -y sudo apt install python3 python3-pip -y -
mcotton revised this gist
Dec 5, 2019 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -11,6 +11,7 @@ if [ -f ~/dev/personal/dot_files/.docker_aliases ]; then . ~/dev/personal/dot_files/.docker_aliases fi alias open='xdg-open' #.vimrc -
mcotton revised this gist
Nov 26, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -36,7 +36,7 @@ au BufNewFile,BufRead *.ejs set filetype=html sudo apt update sudo apt upgrade sudo apt install vim git htop net-tools curl wget tree screen -y sudo apt install python3 python3-pip -y -
mcotton revised this gist
Nov 25, 2019 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -7,6 +7,10 @@ alias stopGUI='sudo systemctl stop gdm3.service' /usr/bin/setxkbmap -option "caps:escape" if [ -f ~/dev/personal/dot_files/.docker_aliases ]; then . ~/dev/personal/dot_files/.docker_aliases fi #.vimrc -
mcotton revised this gist
Nov 22, 2019 . 1 changed file with 17 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -38,7 +38,22 @@ sudo apt install python3 python3-pip -y sudo apt install ffmpeg imagemagick -y sudo apt install docker.io docker-compose -y curl https://raw.githubusercontent.com/jesseduffield/lazydocker/master/scripts/install_update_linux.sh | bash sudo usermod -aG docker mcotton # install sublime-text wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add - echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list sudo apt update sudo apt install sublime-text #install insomnia echo "deb https://dl.bintray.com/getinsomnia/Insomnia /" \ | sudo tee -a /etc/apt/sources.list.d/insomnia.list wget --quiet -O - https://insomnia.rest/keys/debian-public.key.asc \ | sudo apt-key add - sudo apt-get update sudo apt-get install insomnia -
mcotton revised this gist
Oct 22, 2019 . 1 changed file with 4 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -5,6 +5,9 @@ alias enableGUI='sudo systemctl set-default graphical.target' alias startGUI='sudo systemctl start gdm3.service' alias stopGUI='sudo systemctl stop gdm3.service' /usr/bin/setxkbmap -option "caps:escape" #.vimrc @@ -26,14 +29,12 @@ au BufNewFile,BufRead *.ejs set filetype=html # installation commands sudo apt update sudo apt upgrade sudo apt install vim git htop net-tools curl wget -y sudo apt install python3 python3-pip -y sudo apt install ffmpeg imagemagick -y -
mcotton revised this gist
Oct 20, 2019 . 1 changed file with 17 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -6,6 +6,23 @@ alias startGUI='sudo systemctl start gdm3.service' alias stopGUI='sudo systemctl stop gdm3.service' #.vimrc syntax enable syntax on set background=dark set nowrap set autoindent set shiftwidth=4 set expandtab set tabstop=4 set softtabstop=4 set pastetoggle=<F12> au BufNewFile,BufRead *.ejs set filetype=html # installation commands -
mcotton revised this gist
Oct 20, 2019 . 1 changed file with 19 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -5,4 +5,22 @@ alias enableGUI='sudo systemctl set-default graphical.target' alias startGUI='sudo systemctl start gdm3.service' alias stopGUI='sudo systemctl stop gdm3.service' # installation commands /usr/bin/setxkbmap -option "caps:escape" sudo apt update sudo apt upgrade sudo apt install vim git htop net-tools curl wget -y sudo apt install python3-pip sudo apt install ffmpeg imagemagick -y sudo apt install docker.io sudo apt install docker-compose curl https://raw.githubusercontent.com/jesseduffield/lazydocker/master/scripts/install_update_linux.sh | bash sudo usermod -aG docker mcotton -
mcotton revised this gist
Oct 20, 2019 . 1 changed file with 1 addition and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,8 @@ #.bashrc alias disableGUI='sudo systemctl set-default multi-user.target' alias enableGUI='sudo systemctl set-default graphical.target' alias startGUI='sudo systemctl start gdm3.service' alias stopGUI='sudo systemctl stop gdm3.service' /usr/bin/setxkbmap -option "caps:escape" -
mcotton created this gist
Aug 31, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ #.bashrc alias disableGUI='sudo systemctl set-default multi-user.target' alias enableGUI='sudo systemctl set-default graphical.target' alias startGUI='sudo systemctl start gdm3.service' alias stopGUI='sudo systemctl stop gdm3.service' /usr/bin/setxkbmap -option "caps:escape"