Skip to content

Commit

Permalink
feat(symlinks): remove hyper plugins not used anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
trystan2k committed Aug 10, 2021
1 parent 00344d4 commit b234639
Showing 1 changed file with 7 additions and 24 deletions.
31 changes: 7 additions & 24 deletions symlinks/.hyper.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,13 @@ module.exports = {

// for advanced config flags please refer to https://hyper.is/#cfg

hyperTabs: {
trafficButtons: true,
border: true,
tabIconsColored: true,
closeAlign: "right",
activityColor: 'salmon',
},

hyperline: {
plugins: [
"hostname",
"ip",
"memory",
"battery"
]
},
/* Plugins configuration */

// hyper-fading-scrollbar
scrollbarColor: '#ffc600', // any valid css color
scrollbarOpacity: 0.3, // value between 0 and 1

// hyper-active-tab
activeTab: '🌕'
},

Expand All @@ -60,23 +50,16 @@ module.exports = {
plugins: [
"hyperterm-cobalt2-theme",
"hyper-quit",
// "hyperline",
"hypercwd",
"hyperlinks",
"hyperterm-safepaste",
"hyper-search",
"hyper-fading-scrollbar",
// "hyper-font-ligatures",
"hyper-tab-touchbar",
"hyper-active-tab"
],

// in development, you can create a directory under
// `~/.hyper_plugins/local/` and include it here
// to load it and avoid it being `npm install`ed
localPlugins: [
// "hyper-font-ligatures"
],
localPlugins: [],

keymaps: {
// Example
Expand Down

0 comments on commit b234639

Please sign in to comment.