Skip to content

Commit

Permalink
feat!: delete old dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Allianaab2m committed Nov 26, 2024
1 parent 40a722a commit e90e9c8
Show file tree
Hide file tree
Showing 86 changed files with 1 addition and 13,537 deletions.
69 changes: 1 addition & 68 deletions README.md
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)
32 changes: 0 additions & 32 deletions dot_config/aqua/aqua.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions dot_config/atcoder-cli-nodejs/config.json

This file was deleted.

17 changes: 0 additions & 17 deletions dot_config/atcoder-cli-nodejs/cpp/Taskfile.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions dot_config/atcoder-cli-nodejs/cpp/dot_clangd

This file was deleted.

71 changes: 0 additions & 71 deletions dot_config/atcoder-cli-nodejs/cpp/main.cpp

This file was deleted.

10 changes: 0 additions & 10 deletions dot_config/atcoder-cli-nodejs/cpp/template.json

This file was deleted.

Empty file.
8 changes: 0 additions & 8 deletions dot_config/atcoder-cli-nodejs/python/template.json

This file was deleted.

6 changes: 0 additions & 6 deletions dot_config/atcoder-cli-nodejs/session.json

This file was deleted.

27 changes: 0 additions & 27 deletions dot_config/bat/config

This file was deleted.

Empty file removed dot_config/bat/themes/.keep
Empty file.
Loading

0 comments on commit e90e9c8

Please sign in to comment.