-
change ubuntu mirror
-
sudo apt install vim
- sudo update-alternatives --config editor
-
install chrome
-
install spotify
-
ssh key in github
-
sudo apt install git
-
.bashrc.bak.old, .profile.bak.old
-
snap install code --classic
-
dotfiles
- RUN1=$HOME/dotfiles/run1-setup-vscode.sh && chmod +x $RUN1 && $RUN1
- RUN2=$HOME/dotfiles/run2-setup-bashrc-and-ssh-config.sh && chmod +x $RUN2 && $RUN2
- RUN3=$HOME/dotfiles/run3-install-php-and-composer.sh && chmod +x $RUN3 && $RUN3
- RUN4=$HOME/dotfiles/run4-setup-git-files.sh && chmod +x $RUN4 && $RUN4
- RUN5=$HOME/dotfiles/run5-setup-pretty-vim.sh && chmod +x $RUN5 && $RUN5
-
sudo apt install nodejs
-
sudo apt install npm
- Markdown Preview Github Styling
- DotENV
- EditorConfig for VS Code
- Vim
Last active
September 22, 2019 13:13
-
-
Save huenisys/6ae184f48449fa3f55e828d68fd08e59 to your computer and use it in GitHub Desktop.
debian-based workstation setup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment