Skip to content

Commit

Permalink
Merge branch 'devel' of github.com:klaxalk/linux-setup into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
novakfi8 committed Sep 27, 2023
2 parents 97d0935 + 829faec commit 4914dbb
Show file tree
Hide file tree
Showing 33 changed files with 565 additions and 226 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/bionic.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.8.0
uses: styfle/cancel-workflow-action@0.11.0
with:
access_token: ${{ github.token }}

Expand All @@ -36,7 +36,7 @@ jobs:
steps:

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0 # fetch the whole history

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/focal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.8.0
uses: styfle/cancel-workflow-action@0.11.0
with:
access_token: ${{ github.token }}

Expand All @@ -32,7 +32,7 @@ jobs:
steps:

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0 # fetch the whole history

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

| Ubuntu | Architecture | Status |
| -------------------- | ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 18.04 Bionic | AMD64 | [![Build Status](https://github.com/klaxalk/linux-setup/workflows/Bionic/badge.svg)](https://github.com/klaxalk/linux-setup/actions) |
| 18.04 Bionic | arm64 | |
| 20.04 Focal | AMD64 | [![Build Status](https://github.com/klaxalk/linux-setup/workflows/Focal/badge.svg)](https://github.com/klaxalk/linux-setup/actions) |
| 20.04 Focal | arm64 | |

Expand All @@ -12,7 +10,7 @@
This repo contains settings of klaxalk's Linux work environment.

It could be summarized as follows:
* **Ubuntu 18.04 or 20.04**
* **Ubuntu 20.04**
* **i3** (i3gaps) tiling window manager with i3bar and vim-like controls
* **i3-layout-manager** for saving and loading window layouts
* **urxvt** terminal emulator with ability to show images (when using the *ranger* file manager)
Expand Down
Loading

0 comments on commit 4914dbb

Please sign in to comment.