Skip to content

Preference-Kim/setup_ubuntu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setup Ubuntu

Scripts for configuring the Ubuntu development environment can be found here. Any other miscellaneous issues related to Ubuntu are documented in the ./others directory.

Program Installation

Run `setup_ubuntu.sh``

List of items

  • IDEs / Browsers
    • Microsoft Visual Studio Code
    • Google Chrome
  • Productivities
    • Microsoft Todo
    • TeamViewer
    • Dropbox
    • kolourpaint
    • peek
  • Dev essentials
    • Python3
    • miniconda3
    • C++
  • Terminal / Shell
    • tilix
    • zsh
    • powerlevel10k -> please install it manually: LINK
    • tmux
  • Container
    • Docker

Simplication for server access

By creating an rsa_id, configuring ~/.ssh/config, and using ssh-copy-id, we can streamline server access using a simple ID, eliminating the need for a password.

Use sshconfig.sh with revision Before run it, the following commands may be needed.

  chmod +x ./sshconfig.sh

About

scripts and docs for ubuntu 22.04 setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%