Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A script to set up Pop!_OS in the best way possible

License

NotificationsYou must be signed in to change notification settings

nico-castell/PopOS-Setup

Repository files navigation


Pop!_OS Setup

Commits since last releasereleaseLICENSELines of code

How to use

I'm assuming you have just installedPop!_OS successfully.

  1. Clone this repo, you can do a shallow clone if you wish (by adding--depth=1 to the followingcommand).
    $ git clone https://github.com/nico-castell/PopOS-Setup.git
  2. Given that the main branch is always under development, you might want to checkout the last tag,which will be the last known stable version.
    $ git checkout$(git describe --tags --abrev=0)# Go to the last tag$ git checkout main# Go back to main
  3. (Optional) Look at the instuctions in thmegnome_apperance script,and configure the file structure for the script to set up the GNOME appearance with your themes.
    scripts└── themes    ├── background    │   └── image.png    ├── cursor    │   └── cursor.tar.gz    ├── icons    │   └── icons.tar.gz    └── theme        └── theme.tar.gz
  4. (Optional) If you plan on building a minecraft server, you should check that the$download_linkand$version variables are up to date, they're always market asTODO to be easy to find.
  5. Run thepopOS_setup.sh script.
    $ ./popOS_setup.sh
  6. Follow the instructions from the script.
  7. Wait, this script will as for further instructions as it goes about doing it's thing.

Keep in mind

  • Youmust have an internet connection to run the script.
  • If you choose to update the backup image, it will have to download an entire image ofPop!_OS. So it can take very long, depending on your internetconnection.
  • If you're using an older nvidia GPU not supported by the latest nvidia driver, it might be betterto download thePop!_OS ISO without their custom driver, and thenchoose the latest driver that supports your GPU from the list the script offers. (I'm talkingfrom experience)

Biggest features

This project can set up some powerful features, such as:

  • Advanced, stylized prompts for theZ-Shell:

  • Powerline plugin for theVim editor:

  • Setting upGnuPG to signGit commits:

  • Easily expandable lists of packages for the script to work with:packages.txt,flatpaks.txt andremove.txt
  • Desktop entry files that you can add at your convenience.
  • Ascript to set up a minecraft server.
  • Ascript to back up your home directory.
  • Ascript to update your recovery partition.

Known issues

  1. duc_noip_install: The installer can't seem to understand symbols whentyping a password, at least on my tests, the script opensgedit for you to copy/paste yourpassword and work around the issue.
  2. mc_server_builder: The link to download the latest version of the servermust be manually updated for every minecraft release.

Licensing

This repository, and all contributions to this repository, are under theMIT License.This software can also install packages under different licenses, this project's license doesn'tapply to them, see each package.

Live long, and prosper.
Spock


[8]ページ先頭

©2009-2025 Movatter.jp