https://github.com/jameswlane/dotfiles
🔧 Setup scripts for Debian 12 workstation
https://github.com/jameswlane/dotfiles
Last synced: about 1 month ago
JSON representation
🔧 Setup scripts for Debian 12 workstation
- Host: GitHub
- URL: https://github.com/jameswlane/dotfiles
- Owner: jameswlane
- Created: 2024-06-28T21:58:26.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T00:37:56.000Z (8 months ago)
- Last Synced: 2025-03-28T02:55:51.970Z (about 1 month ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# James’s dotfiles
## Installation
**Warning:** If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you don’t want or need. Don’t blindly use my settings unless you know what that entails. Use at your own risk!
### Using Git and the bootstrap script
You can clone the repository wherever you want. (I like to keep it in `~/Projects/dotfiles`, with `~/dotfiles` as a symlink.) The bootstrapper script will pull in the latest version and copy the files to your home folder.
```bash
git clone https://github.com/mathiasbynens/dotfiles.git && cd dotfiles && source bootstrap.sh
```To update, `cd` into your local `dotfiles` repository and then:
```bash
source bootstrap.sh
```Alternatively, to update while avoiding the confirmation prompt:
```bash
set -- -f; source bootstrap.sh
```### Git-free install
To install these dotfiles without Git:
```bash
cd; curl -#L https://github.com/mathiasbynens/dotfiles/tarball/main | tar -xzv --strip-components 1 --exclude={README.md,bootstrap.sh,.osx,LICENSE-MIT.txt}
```To update later on, just run that command again.
https://wiki.debian.org/NvidiaGraphicsDrivers
https://wiki.debian.org/SecureBoot
https://wiki.debian.org/SecurityManagement/fingerprint%20authenticationhttps://www.youtube.com/watch?v=g4n83pHGtd8
https://www.youtube.com/watch?v=grMnE446jR4
https://kskroyal.com/thingsafterdebianlinux/