-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
40a722a
commit e90e9c8
Showing
86 changed files
with
1 addition
and
13,537 deletions.
There are no files selected for viewing
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,70 +1,3 @@ | ||
# dotfiles | ||
|
||
Ubuntu | ||
```sh | ||
apt update | ||
apt install zsh | ||
chsh -s $(which zsh) | ||
sh -c "$(curl -fsLS get.chezmoi.io/lb)" -- init --apply Allianaab2m | ||
``` | ||
|
||
## 1Password | ||
```sh | ||
eval $(op signin) | ||
``` | ||
|
||
## Docker | ||
```sh | ||
# Add Docker's official GPG Key: | ||
sudo apt update | ||
sudo apt install ca-certificates | ||
sudo install -m 0755 -d /etc/apt/keyrings | ||
sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc | ||
sudo chmod a+r /etc/apt/keyrings/docker.asc | ||
|
||
# Add the repository to Apt sources: | ||
echo \ | ||
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \ | ||
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \ | ||
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null | ||
|
||
sudo apt update | ||
sudo apt install \ | ||
docker-ce \ | ||
docker-ce-cli \ | ||
containerd.io \ | ||
docker-compose-plugin | ||
|
||
sudo groupadd docker | ||
sudo usermod -aG docker $USER | ||
``` | ||
|
||
## Erlang | ||
|
||
```sh | ||
sudo nala install erlang | ||
``` | ||
|
||
## Managed w/o aqua & mise | ||
|
||
npm | ||
|
||
```sh | ||
/home/alliana/.local/share/mise/installs/node/20.17.0/lib | ||
├── @devcontainers/cli@0.71.0 | ||
├── corepack@0.29.3 | ||
└── npm@10.8.2 | ||
|
||
/home/alliana/.local/share/pnpm/global/5 | ||
|
||
dependencies: | ||
@biomejs/biome 1.7.3 | ||
@devcontainers/cli 0.71.0 | ||
atcoder-cli 2.2.0 | ||
``` | ||
|
||
pip | ||
|
||
```sh | ||
pip install online-judge-tools | ||
``` | ||
Manage with [Nix](https://nixos.org) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
Oops, something went wrong.